Account created on 4 September 2014, about 10 years ago
#

Merge Requests

Recent comments

πŸ‡¨πŸ‡¦Canada igorbiki

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!

πŸ‡¨πŸ‡¦Canada igorbiki

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.

πŸ‡¨πŸ‡¦Canada igorbiki

igorbiki β†’ made their first commit to this issue’s fork.

πŸ‡¨πŸ‡¦Canada igorbiki

This fixed the issue with input fields on previous pages. Works fine with optional and required fields/numbers.

πŸ‡¨πŸ‡¦Canada igorbiki

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.

πŸ‡¨πŸ‡¦Canada igorbiki

Oh, forgot to mention fields num1 and num2 are optional.

πŸ‡¨πŸ‡¦Canada igorbiki

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.

πŸ‡¨πŸ‡¦Canada igorbiki

Patch #2 works for me. Used with paragraphs in a custom block.

πŸ‡¨πŸ‡¦Canada igorbiki

Solution/patch #12 works for me. Both radios and checkboxes (as webforms elements) display error messages beneath all options.

πŸ‡¨πŸ‡¦Canada igorbiki

This works for both cases (php 7.4 and php 8.1).

πŸ‡¨πŸ‡¦Canada igorbiki

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.

πŸ‡¨πŸ‡¦Canada igorbiki

Updated patch for CKEditor4 and Drupal 9.5.x

Production build 0.71.5 2024