We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cannot get custom attributes to show up in the Edit Multiple palette.
I am looking at line 349 in the DCA Manager, and the logic makes no sense to me. Am I wrong that it will almost always evaluate to true as it is?
It seems like it should be grouped like so:
if ((!isset($arrField['attributes']) || $arrField['inputType'] == '') && $name != 'inherit')
Then all my custom attributes show up nicely, as well as the inherit option.
The text was updated successfully, but these errors were encountered:
Custom attributes did not show in edit-multiple mode (#1589)
b26a285
Event my IDE says you're right ;-)
Sorry, something went wrong.
No branches or pull requests
I cannot get custom attributes to show up in the Edit Multiple palette.
I am looking at line 349 in the DCA Manager, and the logic makes no sense to me. Am I wrong that it will almost always evaluate to true as it is?
It seems like it should be grouped like so:
if ((!isset($arrField['attributes']) || $arrField['inputType'] == '') && $name != 'inherit')
Then all my custom attributes show up nicely, as well as the inherit option.
The text was updated successfully, but these errors were encountered: