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

AUI-1208 Cloned fields displaying hidden attributes #462

Closed
wants to merge 1 commit into from

Conversation

zenorocha
Copy link
Collaborator

No description provided.

Cloned fields were only receiving the field properties of the original field during creation. Attributes like hiddenAttributes weren't being passed, so this configuration wouldn't be respected for cloned fields.
While fixing this for hiddenAttribute I noticed that this was already happening for all other non-property attributes. I checked these other attributes one by one and this fix is now making sure that the ones that need to be passed over to the cloned field are doing so.
@zenorocha
Copy link
Collaborator Author

/cc @mairatma

:octocat: Sent from GH.

@eduardolundgren
Copy link
Owner

Just started reviewing :)

:octocat: Sent from GH.

@eduardolundgren
Copy link
Owner

Thank you, pull request merged!

:octocat: Sent from GH.

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

Successfully merging this pull request may close these issues.

None yet

3 participants