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

Fix issue deleting resource from resource groups tree if it is in multiple groups (#12842) #13283

Closed
wants to merge 1 commit into from

Conversation

Mark-H
Copy link
Collaborator

@Mark-H Mark-H commented Feb 9, 2017

What does it do?

Adds the resource group ID to the ID used in the tree markup.

Why is it needed?

Go to Content > Resource Groups and assign a resource to two different resource groups. Because the ID was solely based on the resource ID, there was an ID conflict that ExtJS can't handle, so anything you try to do is only applied to one of the resource IDs.

By adding in the resource group ID, they have unique IDs again, and everyone's happy. Even ExtJS.

Related issue(s)/PR(s)

Reported in #12842

@flowan
Copy link
Contributor

flowan commented Mar 3, 2017

@Mark-H Tested this and can confirm this is fixed #modxbughunt

@rtripault rtripault self-assigned this Mar 3, 2017
@rtripault
Copy link
Contributor

This is supposedly merged for 2.5.6 (thanks), so closing

@rtripault rtripault closed this Mar 3, 2017
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

Successfully merging this pull request may close these issues.

None yet

3 participants