Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACL Debug Groups links #7

Closed
brianteeman opened this issue Mar 27, 2017 · 2 comments
Closed

ACL Debug Groups links #7

brianteeman opened this issue Mar 27, 2017 · 2 comments

Comments

@brianteeman
Copy link
Owner

com_content

JRoute::_('index.php?option=com_config&view=component&component=' . $this->escape($item->name) . '#permission-' . $this->group->id );

com_modules.module.17

JRoute::_(index.php?option=com_modules&view=module&layout=edit&id=17#permissions-7');

com_content.article.1

JRoute::_(index.php?option=com_content&view=article&layout=edit&id=1#permissions-7');

com_content.category.2

JRoute::_(index.php?option=com_categories&view=category&layout=edit&id=2&extension=com_content#permissions-7');

@brianteeman brianteeman changed the title ACL Denug Groups links ACL Debug Groups links Mar 27, 2017
@brianteeman
Copy link
Owner Author

really just a note for myself so i can record the types of links required

@brianteeman
Copy link
Owner Author

com_modules.module.17

$parts = explode( '.', $this->escape($item->name) ) );

$parts[0] should be com_modules
$parts[1] module
$parts[2] 17

brianteeman pushed a commit that referenced this issue Apr 5, 2017
brianteeman pushed a commit that referenced this issue Oct 9, 2018
* This is a combination of 8 commits.
This is the 1st commit message:

> First WIP version of supporting nested subforms.

This is the commit message #2:

> Fix nested subforms not getting correct name attribute on input fields.

This is the commit message #3:

> Fix subform rows having invalid index, fix small typo.

This is the commit message #4:

> Replace the unique subform id via random bytes by just an increasing integer in the fields type rendering process.

This is the commit message #5:

> Implement feedback from PR at Joomla;
> - Use a <template> HTML element for the template of the subform rows,
>   not a url encoded string inside of a <script> element.
> - Fix code style errors reported by phpcs.
> - Make the fixing of the unique attributes (name, id, etc) of input elements
>   of nested subform rows more errorprone, using the same method as the main
>   subform row.
> - Manually add a minified version of the javascript file.

This is the commit message #6:

> Fix failing javascript tests due to changed structure of subform repeatable template container.

This is the commit message #7:

> Change subform repeatable javascript test to correctly check on
> 0-indexed rows, previously they have been 1-indexed.

This is the commit message #8:

> Fix a problem where multi-level subforms on the same level doesnt trigger their template correctly.
> Additionally added a note why the fixScripts() method is broken and how it could get better.

* Commit code styling errors and add an aria label for the outermost 'add' button.

* Fix double group-add button on repeatable subform type.
brianteeman pushed a commit that referenced this issue Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant