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

Importer: Layout cols #1793

Closed
TheMaaarc opened this issue Apr 13, 2018 · 3 comments
Closed

Importer: Layout cols #1793

TheMaaarc opened this issue Apr 13, 2018 · 3 comments
Labels

Comments

@TheMaaarc
Copy link
Member

What steps will reproduce the problem?

  1. Create (or use and existing) layout
  2. Define the layout with the .json file
    e.g. {"cols": 12, "var": "content", "label": "Conent"}
  3. Import the layout / definition
  4. Change the cols of one column
    e.g. e.g. {"cols": 5, "var": "content", "label": "Conent"}
  5. Run importer

What is the expected result?

Layout cols should be updated based on the new cols value.

What do you get instead? (A Screenshot can help us a lot!)

Layout won't be updated and I've to change the value in the database.

Additional infos

"require": {
    "luyadev/luya-core" : "~1.0.0",
    "luyadev/luya-module-cms" : "~1.0.0",
    "luyadev/luya-module-admin" : "~1.1.0",
    "luyadev/luya-bootstrap4": "1.0.0-RC4",
    "luyadev/luya-module-news": "~1.0.0",
    "luyadev/luya-module-crawler": "~1.0.0",
    "luyadev/luya-module-contactform": "~1.0.0",
    "luyadev/luya-generic" : "~1.0.0",
    "luyadev/luya-bootstrap3" : "~1.0.0",
},
@nadar
Copy link
Member

nadar commented Apr 13, 2018

what does the importer return?

@TheMaaarc
Copy link
Member Author

The default stuff, luya\admin\importers\PropertyImporter and luya\admin\importers\StorageImporter but nothing about the layout

@luya-bot
Copy link

Issue moved to luyadev/luya-module-cms#63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants