User tests: Successful: Unsuccessful:
The categories ACL for displaying the batch button is not correct. It's based on a extension var that is not correct, for instance in com_fields groups the asset name is com_contentarticlefields
when it should be com_content
.
core.create
.None.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Components |
PLus the fact that it has been decided that com_field architecture may be changed to not use com_categories anymore...
This is not a com_fields errors, in the core it only manifests in com_fields because it's the only one, for now, that uses component.item format extension.
cando it's used all over this toolbar method and it's using the component acl.
Please test.
Ah I see, you're right
PLus the fact that it has been decided that com_field architecture may be changed to not use com_categories anymore
Is this decision made public somewhere? I would not do that?
please don't turn this PR into a com_fields discussion.
as said, this Pr as nothing to do with com_fields, just only manifests in com_fields because the core doesn't have any other category that uses component.item format extension.
Title |
|
Title |
|
A lot of PRs lately are missing SHA in the issue tracker, and tests cannot be submitted
I have tested this item
The test instructions not really working for me, the Batch button is not showing before & after when the core.create action is not allowed.
However, I do agree with the code changes and the change of the context into the component.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Milestone |
Added: |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-11-15 21:41:01 |
Closed_By | ⇒ | rdeutz |
Category | Administration Components | ⇒ | Administration com_categories Components |
That sounds wrong. com_categories doesn't have own ACL rules. It uses the ones from the extensions.
if you remove that check, it means the global ACL settings will be used instead of the component specific ones.
If that doesn't work for com_fields, it is an issue in com_fields and how it handles its groups. It's not something that has to be changed (and even less removed!) in com_categories.