mcop1
mcop1
- Add Export + Import Buttons next to "Add configuration". Maybe reduce the size of the buttons by only displaying a fitting icon + tooltip. - Export / Import as...
> Hi Team, My client has a requirement of Import of huge amount of data into PIMCore. I am able to add the Import bundle, but unable to see the...
@neusta-diaspero Again, that´s something we need to support in the pimcore repository first. I created a corresponding issue for that: https://github.com/pimcore/pimcore/issues/12762
@jremmurd I think #13028 won´t fix your problems, because the values do not get passed here: https://github.com/pimcore/pimcore/blob/e4d4d0fdf12d1d850b098f728f43fc4b09733d33/models/DataObject/ClassDefinition/Data/Objectbricks.php#L184 Which values would you expect here, since group and key normally refer to...
Hello @jremmurd , I had the chance to create a pull request for this issue today, maybe you want to take a look and check if it is working again:...
Closed in favor of https://github.com/pimcore/pimcore/pull/13351
@storbahn thanks for the pr, looks good. Maybe we can add 2 more things: - We could add the enabled check here too https://github.com/pimcore/pimcore/blob/7702e75426a53a63c21f6fb2049c48841e2a028c/bundles/AdminBundle/Resources/public/js/pimcore/layout/toolbar.js#L1213 . With that, the menu wouldn´t...
@storbahn any chance you had the time to look into my comment?
@storbahn Yes, thank you, works really well. Could you please have one last look at the merge conflict (and sorry for the late response)?
> @robertSt7 Following code returns the expected children in 11.x, but isn´t working anymore with the changes from this pr. Could you please have a look? > > ``` >...