- Issue created by @ShaneOnABike
- Assigned to sidharth_soman
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 7:08am 20 July 2023 - Open on Drupal.org →Core: 10.1.0-alpha1 + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - 🇮🇳India sidharth_soman Bangalore
I've made the required changes against the 5.5.12 branch. Please review this patch
- 🇮🇳India swatidhurandhar
The above patch #4 works fine but I believe we need to change the path in scss file(form.scss) as well. The path to image folder is added in a variable in 'variable.scss' file, and variable is called in form.scss.
-
hatuhay →
committed e21d8b8c on 5.5.x authored by
sidharth_soman →
Issue #3375603 by sidharth_soman: Required.svg should be a relative URL
-
hatuhay →
committed e21d8b8c on 5.5.x authored by
sidharth_soman →
- Status changed to Fixed
over 1 year ago 12:30am 14 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- First commit to issue fork.
- Open on Drupal.org →Core: 10.1.0-alpha1 + Environment: PHP 7.4 & MySQL 5.7last update
about 1 year ago Waiting for branch to pass - @chike opened merge request.
- Status changed to Fixed
about 1 year ago 6:10pm 7 September 2023 - 🇳🇬Nigeria chike Nigeria
This issue came back. I tried submitting a merge request but got confused in the process so here's the new fix:
The path in the 5.5.13 version of the module is
background-image: url(../../required.svg);
So it needs to be changed again to,
background-image: url(../../images/required.svg);
- 🇳🇬Nigeria chike Nigeria
This issue is gone in the current dev version so anyone having this issue can use the dev version till a new release comes.