User tests: Successful: Unsuccessful:
Pull Request for Issue #23121 .
reset check_out value to DEFAULT instead of 0 in global checkin
use global checkin
should work
doesn't work if the checked_out olumn has a fk constraint on #_users table
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_checkin |
I guess so, but at least you have the possiblity to override the JTable method in your own child class when developing an extension, which is not the case here. And here it's simple and no side effects.
So it can be done, but maybe in a different merge request... let me know.
I have tested this item
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-12-07 16:25:50 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
Looks good for MySql, PostgreSQL and MsSQL
also i don't see how this change can cause any issues
But it should be changed in more places,
The Models will eventually call JTable::checkin()
method in JTable should be updated too ?
https://github.com/joomla/joomla-cms/blob/staging/libraries/src/Table/Table.php#L1098-L1136