Tested on D10 (PHP 8.3) on 2.0.0-alpha3 branch, and it works!
Used:
Field A - remote select
Field B - hidden
Field C - remote select
Field B depends on Field A, and Field C depends on Field B (uses it for argument).
Also, I tested on 1.0.x (D9, PHP 8.1) branch as well (since we are still on that one), and git diff applies successfully, and it works!
This is awesome! Kudos!
I understand there is "Update taxonomy term depths" where you can rebuild one or more vocabularies and assign correct depth_levels. It would be great if that was done on save after rearranging terms.
igorbiki β created an issue.
igorbiki β created an issue.
igorbiki β created an issue.
igorbiki β made their first commit to this issueβs fork.
igorbiki β created an issue.
This fixed the issue with input fields on previous pages. Works fine with optional and required fields/numbers.
This fixes optional fields vs required ones.
Even with the patch, if both input fields are on wizard's first page, and calculation field (sum) is on the second, the sum is empty.
This is how webform looks like:
- page 1
+ number field, first
+ number field, second
- page 2
+ calculation field, sum with ":first|0 + :second|0"
Here is webform export as well, hope it helps.
igorbiki β created an issue.
igorbiki β created an issue.
Oh, forgot to mention fields num1 and num2 are optional.
igorbiki β created an issue.
Created configuration form that allows selection of content types and/or dashboards where section library is allowed. Idea is to list only view modes that have layout builder enabled per content type, and if there is dashboards enabled. Save changes, and then on preRender check if storage id matches those of saved configuration.
Implementing this as part of layout builder restrictions may be more complex than this approach.
igorbiki β made their first commit to this issueβs fork.
Patch #2 works for me. Used with paragraphs in a custom block.
Solution/patch #12 works for me. Both radios and checkboxes (as webforms elements) display error messages beneath all options.
This works for both cases (php 7.4 and php 8.1).
igorbiki β created an issue.
Had to introduce new permission, access to bulk export. Previoulsy, user was required to have two permissions to access mass export (administer bibcite AND access bibcite export) this meant you need to grant adminster bibcite permission which has security implications.
With new permission, you have a control over single entity export and mass export.
igorbiki β created an issue. See original summary β .
This works for me.
igorbiki β created an issue.
Updated patch for CKEditor4 and Drupal 9.5.x