User tests: Successful: Unsuccessful:
Pull Request for Issue # and #36190 (comment) .
Fix the value of the checked_out column in the not yet released update SQL script from PR #36190 .
Rename the script so that it runs when updating from 4.1-beta1 to the future 4.1-beta2 which will contain the changes from PR #36190 .
With the name "4.1.0-2021-11-26.sql" it will not run because the schema version in database of a 4.1-beta1 is already "4.1.0-2021-11-28.sql".
@bembelimen You should have noticed that when merging.
INSERT INTO `#__extensions` (`name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `locked`, `manifest_cache`, `params`, `custom_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
('plg_system_jooa11y', 'plugin', 'jooa11y', 'system', 0, 1, 1, 0, 1, '', '', '', NULL, NULL, 0, 0);
Result: See section "Expected result AFTER applying this Pull Request" below.
None.
Status | New | ⇒ | Pending |
Category | ⇒ | SQL Administration com_admin Postgresql |
Title |
|
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
lgtm
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-12-29 19:36:34 |
Closed_By | ⇒ | bembelimen | |
Labels |
Added:
?
Release Blocker
?
|
Thx
I have tested this item✅ successfully on c583b8b
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36475.