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

"not set" in xsCol is lost after 2nd save #47

Open
miloosh opened this issue Oct 27, 2019 · 2 comments
Open

"not set" in xsCol is lost after 2nd save #47

miloosh opened this issue Oct 27, 2019 · 2 comments

Comments

@miloosh
Copy link

miloosh commented Oct 27, 2019

in all other cols is "not set" first in list and everything works as expected
but in xsCol

  • "not set" with empty value is not first in combobox
  • after save is in combobox preset first item "Auto layout"
  • after another save "Auto layout" is saved
@hlipplaa
Copy link

hlipplaa commented Jan 10, 2020

Can be fixed, sort of, by putting this line:

  • array('LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:grid.label.notset', ' '),

before this line:

  • array('LLL:EXT:bootstrap_grids/Resources/Private/Language/locallang_db.xlf:grid.label.autoLayout', 'col'),

In FlexFromController.php

not set option is now default, but the functionality is good now, it keeps the selected option active/selected.

@instruccionesaldorso
Copy link

Could this be included in the next version? We need to apply a patch for this issue in our projects.

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

3 participants