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

[2.3.x] Edit Multiple/doNotShow Logic looks wrong #1589

Closed
blairwinans opened this issue Dec 22, 2015 · 1 comment
Closed

[2.3.x] Edit Multiple/doNotShow Logic looks wrong #1589

blairwinans opened this issue Dec 22, 2015 · 1 comment
Labels
Milestone

Comments

@blairwinans
Copy link
Member

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.

@aschempp
Copy link
Member

Event my IDE says you're right ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants