Hi, thanks for the work, I missed your PR and code style issues were fixed here - https://git.drupalcode.org/project/quiz_maker/-/commit/f38d60107207f52e1... , anyway good job! Thanks!
Added to release 1.0.71
Added to release 1.0.71
Added to release 1.0.71
Merged! Changes will be added to the next release.
Issue was fixed here - https://git.drupalcode.org/project/quiz_maker/-/commit/f38d60107207f52e1...
Merged! Changes will be added in the next release! Thanks for the comments and commits.
Hi, thanks for your comments, please fix the PHPCS and I will merge MR
Hi, good point, please fix PHPCS errors and I will merge
Hi, good point, please fix the PHPCS errors and I will merge it.
I did all steps that you describe - and can't reproduce this issue. Could you give more details?
r_cheh → created an issue.
This issue is no longer relevant as "Tab management improvements" don't have an impact on Courses
Patch for testing v3
Patch for testing v2
Patch for testing changes, do not use it
Patch to add 'Verified' role for Flexible group, update group permissions
Duplicated - https://www.drupal.org/project/social/issues/3485631 🐛 The patches from Views ef Fieldset module is broken Active
Conflicts were fixed
Conflicts in MR were fixed
r_cheh → made their first commit to this issue’s fork.
r_cheh → created an issue.
r_cheh → changed the visibility of the branch 3481454-modify-course-page-access to hidden.
r_cheh → changed the visibility of the branch 3481454-update-course-page-access to active.
r_cheh → changed the visibility of the branch 3481454-update-course-page-access to hidden.
Steps:
- Install profile - "Social" →
- Install and enable Webform UI module
- Go to webforms
- Go to webform "Contact" - /admin/structure/webform/manage/contact
- Click "Add element"
- Chose "Entity select"
- Try to change the value of the field "Type of item to reference" or "Reference method"
I found a reason of this bug on y instance, but I think it will also be useful for Webform maintainers - the core class DefaultSelection.php
provides some states for sort and direction fields, but it uses next names - :input[name^="settings[handler_settings][...]
, but in WebformEntityReferenceTrait.php we have :input[name^="properties[selection_settings]
so this states aren't work, and it should be override.
Hm, sorry guys, it is my bad, on clear installation all work fine, so it isn't related to your module. I will close the ticket. Thanks for your answers and your time!
I've attached a video
Steps:
- Enable Webform UI module
- Go to webforms
- Go to webform "Contact" -
/admin/structure/webform/manage/contact
- Click "Add element"
- Chose "Entity select"
- Try to change the value of the field "Type of item to reference" or "Reference method"