-
Notifications
You must be signed in to change notification settings - Fork 12
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
Errors with modx 2.6.0 #9
Comments
The problem is not solved yet. Multiple values are not stored or displayed in the TV. |
@Bruno17 How to fix this error? |
- create alternative class with shorter name - fixed x-form trigger buttons - fixed connector url - fixed saving multiple values to DB - fixed load values
@wax100 @BazMaster see my commit above. Should be sufficient to just put those 4 files in the respective folders and then use the "dynamicdropdown_mlti" TV instead. |
@nicar Thanks for help! Only the values are not loaded at the TV after a page reload! |
How many and what fields are you using? I only tested a "normal" dynamicdropdown TV in combination with one dynamicdropdown multi TV. |
@nicar Hi! |
@BazMaster I will push the changes later to my repo. in DynamicDropdownTV/core/components/dynamicdropdowntv/processors/mgr/default/getoptions.default.php replace line 72-76
with
|
@nicar Perfect! You're the best! |
Do not save TV name after create because the name of TV "dynamicdropdown_multiple" is too long. Database field can store only 20 symbols.
dynamicdropdown_multiple TV has not correct CSS (see attach)
JS mistake Uncaught ReferenceError: $connector_path is not defined in
If manually fix 1,2,3 and try to save TV with more than one value - in database we will see only one value.
And after page reload we get empty field, so values do not render from DB
The text was updated successfully, but these errors were encountered: