go to the permissions page of an article and then the permissions tab and view source
<joomla-tab orientation="vertical" data-ajaxuri="' . $ajaxUri . '" id="permissions-sliders">
The $ajaxUri is replaced with something
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Category | ⇒ | Templates (admin) |
@brianteeman what @ggppdk is pointing out, tabs dont have an ajax url, that belongs to the custom element permissions. I guess a sync miss
I am just reporting the error that needs to be fixed
actually there are more things that needs to be patched with tabs (the accordion implementation is not a11y although it passed the audit :( )
roflmao two elements tested for a11y and both failed
it's not funny, it means that we need to spend more time and redo them
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-11 18:48:38 |
Closed_By | ⇒ | Quy |
Closed_By | Quy | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/21074
Permissions modifications seem to be working properly
Attributes
data-ajaxuri="' . $ajaxUri . '" id="permissions-sliders"
do not seem to be needed here:
bb52edf#diff-fcdfc03068f0957f766ac041cc0eedbcR81
The tag attributes are only needed here ? @dgrammatiko
bb52edf#diff-fcdfc03068f0957f766ac041cc0eedbcR80