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

maketext errors when encountering the [ ], used when outputting a non-active related column value #21

Open
castaway opened this issue Dec 30, 2022 · 0 comments

Comments

@castaway
Copy link

push @options, $row->id, $active_col && !$row->$active_col ? "[ $label ]" : "$label";

These should possibly be ~ in front of the brackets? I get this error: https://github.com/gshank/html-formhandler/blob/b62ac37421740b16ed0043e71d968606478335e5/lib/HTML/FormHandler/I18N.pm

NB: Creating a related select, with active column set, passing in a default result obj with the related value set to a value that wasnt set as active, is how I got here ;)

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

1 participant