? ? Success

User tests: Successful: Unsuccessful:

avatar infograf768
infograf768
23 Sep 2016

When using Versions, the preview and compare popups do not display a translatable label for the Id of the user who checked out the item and the date for that check-out.
Instead, it uses the name of the fields, i.e. checked_out and checked_out_time.
Except for Newsfeeds where we do have a label, but no lang strings.

This gives (fr interface):

newsfeed_fr_before

weblinks_fr_before

After this patch, we will get:

screen shot 2016-09-23 at 09 06 46

New lang strings:

JGLOBAL_FIELD_CHECKEDOUT_LABEL="Id of the User who Checked-out"
// we could put here: "Checked-out by"
JGLOBAL_FIELD_CHECKEDOUT_TIME_LABEL="Date of the Check-out"
// or "Check-out date" ?

@brianteeman
strings OK?

avatar infograf768 infograf768 - open - 23 Sep 2016
avatar infograf768 infograf768 - change - 23 Sep 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 23 Sep 2016
Category Administration Components Tags Language & Strings Front End
avatar joomla-cms-bot joomla-cms-bot - change - 23 Sep 2016
Labels Added: ? ?
avatar infograf768
infograf768 - comment - 23 Sep 2016

Note: Languages are frozen for 3.6.3. Therefore this woud be for next version.

avatar infograf768 infograf768 - change - 23 Sep 2016
The description was changed
avatar infograf768 infograf768 - change - 23 Sep 2016
The description was changed
avatar zero-24 zero-24 - change - 23 Sep 2016
Milestone Added:
avatar brianteeman
brianteeman - comment - 2 Oct 2016

Checked with 3.7 and com_newsfeeds and I do not see an untranslated field for checkout
In general I do not see the need for the checkout time or user to be displayed in the version info


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/12147.

avatar infograf768
infograf768 - comment - 4 Oct 2016

Looks like there are changes in 3.7.
These fields are no more displayed, except if I mistake in my new tests.

Code is there though in the models/forms/newsfeed.xml and similar xmls:

<field
            name="checked_out"
            type="Text"
            label="JGLOBAL_FIELD_CHECKEDOUT_LABEL"
            description="JGLOBAL_FIELD_CHECKEDOUT_DESC"
            size="6"
            readonly="true"
            filter="unset"
        />

        <field
            name="checked_out_time"
            type="Text"
            label="JGLOBAL_FIELD_CHECKEDOUT_TIME_LABEL"
            description="JGLOBAL_FIELD_CHECKEDOUT_TIME_DESC"
            size="6"
            readonly="true"
            filter="unset"
        />

and elsewhere it is:

<field
        name="checked_out"
        type="hidden"
        filter="unset"
    />

    <field
        name="checked_out_time"
        type="hidden"
        filter="unset"
    />
avatar brianteeman
brianteeman - comment - 9 Oct 2016

Checked in 3.6.3 as well and dont see the checked out fields being displayed either


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12147.

avatar brianteeman
brianteeman - comment - 12 Oct 2016

@infograf768 so do we need this PR - we both cant see the checked out values in the versions display and there really is no reason to add it as it has no value for versions


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12147.

avatar brianteeman brianteeman - change - 12 Oct 2016
Status Pending Information Required
Labels
avatar brianteeman brianteeman - change - 17 Oct 2016
Milestone Removed:
avatar brianteeman brianteeman - change - 17 Oct 2016
Milestone Added:
avatar brianteeman brianteeman - change - 17 Oct 2016
Milestone Added:
avatar brianteeman brianteeman - change - 17 Oct 2016
Milestone Removed:
avatar brianteeman
brianteeman - comment - 4 Dec 2016

@inforgraf768 can we close this


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12147.

avatar zero-24 zero-24 - change - 4 Dec 2016
Milestone Removed:
avatar infograf768
infograf768 - comment - 9 Dec 2016

will look at it again when i have some time.

avatar brianteeman
brianteeman - comment - 20 May 2017

I am closing this at this time. its been 5 months since the last comment and it would appear to not be used. it can always be reopened if needed

avatar brianteeman brianteeman - change - 20 May 2017
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2017-05-20 12:31:46
Closed_By brianteeman
avatar brianteeman brianteeman - close - 20 May 2017
avatar joomla-cms-bot joomla-cms-bot - change - 20 May 2017
Category Administration Components com_tags Language & Strings Front End Administration com_categories com_contact com_content com_finder com_menus com_newsfeeds com_tags com_users Language & Strings Front End Components

Add a Comment

Login with GitHub to post a comment