Thanks, reviewed and merged.
Issue fork paragraphs_sets_plugins_ui-3259726
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Thanks, reviewed and merged.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
gilmordHi, Yurii
a few notes to your MR:
- once we have "isset" check of the element key - we do not need the is_array check anymore
- please keep the "if" statement in a few lines to not exceed the 60 chars per line limit to match the coding standards
- extra brackets around the "isset" check looks excessive
Comment #6
gilmordComment #9
gilmordComment #10
interdruper commentedHi @gilmord, thanks for the module!
I do not see the commit for this issue in the 1.0.1 release, nor in 1.0.x-dev.
Could you please check?
Thanks in advance.
Comment #11
gilmordHi @interdruper
you are right, not sure how this happened
I will fix it
Comment #13
gilmord@interdruper fixed in 1.0.2 please confirm
Comment #14
interdruper commentedYep, it seems ok now. Thanks!
Comment #15
gilmordComment #16
gilmord