Language Change NPM Resource Changed ? Pending

User tests: Successful: Unsuccessful:

avatar niharikamahajan02
niharikamahajan02
12 Jan 2022

Pull Request for Issue #36453 (Part 2) .

Summary of Changes

The ACL Permission also renaming and column header test task renamed to run task.

avatar niharikamahajan02 niharikamahajan02 - open - 12 Jan 2022
avatar niharikamahajan02 niharikamahajan02 - change - 12 Jan 2022
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 12 Jan 2022
Category Administration Language & Strings
avatar tecpromotion
tecpromotion - comment - 12 Jan 2022

Perhaps a clean renaming of all strings of TEST_RUN and TESTRUN occurrences to RUN_TASK will do the trick.

e.g.
COM_SCHEDULER_PERMISSION_RUN_TASK
COM_SCHEDULER_RUN_TASK_STATUS_TERMINATED

That also reads much more clearly.

What do you think @brianteeman ?

avatar niharikamahajan02
niharikamahajan02 - comment - 13 Jan 2022

Perhaps a clean renaming of all strings of TEST_RUN and TESTRUN occurrences to RUN_TASK will do the trick.

e.g. COM_SCHEDULER_PERMISSION_RUN_TASK COM_SCHEDULER_RUN_TASK_STATUS_TERMINATED

That also reads much more clearly.

What do you think @brianteeman ?

For replacing all strings of TEST_RUN to RUN_TASK , it's needed to replace respective constants also in modal-content class.

image

But I am unable to find where this content is written , so will you please inform .
@tecpromotion sir plz inform.

avatar tecpromotion
tecpromotion - comment - 15 Jan 2022

The easiest way is to search for ALL files in the repository or your branch.
I use the full text search in my development environment (PhpStorm).

For example, if you search for COM_SCHEDULER_PERMISSION_TESTRUN across all files, you will find 3 places.

COM_SCHEDULER_PERMISSION_TESTRUN="Test task"

<action name="core.testrun" title="COM_SCHEDULER_PERMISSION_TESTRUN" />

<action name="core.testrun" title="COM_SCHEDULER_PERMISSION_TESTRUN" />

This must then all be adapted and tested.
Of course, the same applies to all other constants and their values.

Does this help you @niharikamahajan02 to create the further changes for this PR?

avatar niharikamahajan02
niharikamahajan02 - comment - 15 Jan 2022

Okay! thank you @tecpromotion sir.
Yes, I will be able to make further changes for this PR now.

avatar tecpromotion
tecpromotion - comment - 15 Jan 2022

Okay! thank you @tecpromotion sir. Yes, I will be able to make further changes for this PR now.

Perfect. Please close PR #36664
I am looking forward to testing this PR. It makes sense.

avatar niharikamahajan02 niharikamahajan02 - change - 15 Jan 2022
Labels Added: Language Change ?
avatar joomla-cms-bot joomla-cms-bot - change - 15 Jan 2022
Category Administration Language & Strings Administration Language & Strings JavaScript Repository NPM Change
avatar niharikamahajan02
niharikamahajan02 - comment - 15 Jan 2022

Even though after changing constants , the heading is not changing as shown below. Is there any specific problem here .
image

avatar brianteeman
brianteeman - comment - 15 Jan 2022

Well among other things you have committed stashed changes from your github repo

image

avatar niharikamahajan02
niharikamahajan02 - comment - 15 Jan 2022

Yes because the changes I applied were not getting commited unless I didn't stashed them

avatar brianteeman
brianteeman - comment - 15 Jan 2022

Well thats wrong. Your branch was probably not upto datae

avatar niharikamahajan02
niharikamahajan02 - comment - 15 Jan 2022

Yup okk ,will be making another commit

avatar niharikamahajan02 niharikamahajan02 - change - 15 Jan 2022
Labels Added: NPM Resource Changed
avatar niharikamahajan02
niharikamahajan02 - comment - 15 Jan 2022

plz ignore this commit

avatar niharikamahajan02
niharikamahajan02 - comment - 15 Jan 2022

I think I will have to make a new PR as there is something getting wrong again and again.

avatar niharikamahajan02
niharikamahajan02 - comment - 15 Jan 2022

Sir plz view PR #36698 once . Some checks are failing .

avatar Quy Quy - change - 15 Jan 2022
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2022-01-15 20:05:09
Closed_By Quy
avatar Quy Quy - close - 15 Jan 2022

Add a Comment

Login with GitHub to post a comment