User tests: Successful: 0 Unsuccessful: 0
Pull Request for Issue #20317
After having this, USER1 will can create his own articles inside CAT1, and when he finished, can "send" the article to CAT2.
The user will have the option to "send" the article to CAT2.
The CAT2 category does not show inside the list of category available for this user when editing the article.
3.8.7
If you go to administrator\components\com_categories\models\fields\categoryedit.php
on line 277 you will see there is a check, where the user need have core.edit.state
access for the CAT2 can show up inside the list of available categories for this user when editing the article. But even, if you put this access inside the CAT2, still no show. You need put this access inside the config of com_content for the CAT2 can show up.
I think a user having core.create
access for CAT2 it is a sufficient requirement so that the user can have this category listed, within the categories available for creating an article, and in this way, "send" the article to CAT2.
No
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_categories |
Title |
|
@mqueme please mark your Test as successfully:
Does someone have an feedback about this thought? If is not correct to close it.
Any Comment by Maintainers on Question above by @carlitorweb?
Status | Pending | ⇒ | Information Required |
@HLeithner can you please decide?
Labels |
Removed:
J3 Issue
|
closed due the lack of response. @carlitorweb thanks for your work.
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-07-21 05:10:20 |
Closed_By | ⇒ | franz-wohlkoenig |
Ok :(
Tested this on current staging successfully. I can now see all available categories for that user.