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 import of groups without path #5177

Merged
merged 3 commits into from
Mar 7, 2017

Conversation

mlocati
Copy link
Contributor

@mlocati mlocati commented Mar 6, 2017

If we import this XML:

<?xml version="1.0"?>
<concrete5-cif version="1.0">
    <groups>
        <group name="Test" />
    </groups>
</concrete5-cif>

The group Test will always be created, even if it already exists.

Let's fix this.

@mlocati
Copy link
Contributor Author

mlocati commented Mar 6, 2017

I fixed another bug too: now the package is correctly assigned to the newly created groups

@aembler aembler merged commit 5b8665b into concretecms:develop Mar 7, 2017
@mlocati mlocati deleted the simplify-groups-import branch March 7, 2017 20:28
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

2 participants