You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
Everything works as expected: I can add new permissions to new records / existing records, I can remove permissions from existing records etc.
However, with validations I can't seem to get the marked_for_destruction class added to my <tr class="fields"> tag.
If I remove a permission from an existing record, submit the form and then it fails validation the re-rendered form doesn't display the marked_for_destruction class on that DOM.
Any ideas?
The text was updated successfully, but these errors were encountered:
tbrammar
changed the title
marked_for_destruction not appended to fields class when using wrapper: false
'marked_for_destruction' not appended to 'fields' class when using 'wrapper: false'
Jul 23, 2015
tbrammar
changed the title
'marked_for_destruction' not appended to 'fields' class when using 'wrapper: false'
'marked_for_destruction' not appended to 'fields' class when using wrapper: false
Jul 23, 2015
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I have the following code:
Everything works as expected: I can add new permissions to new records / existing records, I can remove permissions from existing records etc.
However, with validations I can't seem to get the
marked_for_destruction
class added to my<tr class="fields">
tag.If I remove a permission from an existing record, submit the form and then it fails validation the re-rendered form doesn't display the
marked_for_destruction
class on that DOM.Any ideas?
The text was updated successfully, but these errors were encountered: