User tests: Successful: Unsuccessful:
Closes #30731.
Adds nullable checks for proper handling of 0 value in com_checkin
.
Set checked_out
field value to 0
in one of core tables, e.g by running this query:
UPDATE #__menu SET checked_out=0 WHERE client_id=0
Go to com_checkin
.
It would also be good to test that check in still works with 3rd party components that don't use null values.
#__menu
table not listed as having checked out items.
#__menu
table listed as having checked out items and items can be checked in properly.
No.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_checkin |
Labels |
Added:
?
|
I have tested this item
Tested successfully in Beta5-dev of 23 September.
I have tested this item
Works as described. Not tested third party components.
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-09-24 13:37:23 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
|
Thanks
RTC
@mahagr Could you test this PR and mark the test result in the issue tracker? Thanks in advance.