[4.0] Prepare Database for checked_out in workflow tables#24059
[4.0] Prepare Database for checked_out in workflow tables#24059wilsonge merged 6 commits intojoomla:4.0-devfrom
Conversation
|
DEFAULT should be numeric 1 Please look at Line 6 also |
|
@amitranjan2 you are right, there are also DEFAULT '0'. But this is not in scope of this PR, it is better you make an extra PR for this. |
Okay |
|
@alikon could you test this with pgsql? |
|
I have tested this item ✅ successfully on 766ac40 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24059. |
|
on pgsql side seem's fine to me |
|
@alikon can you please mark your test as successfully? |
|
I have tested this item ✅ successfully on 5f8e751 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24059. |
|
@drmenzelit can you please retest? |
|
I have tested this item ✅ successfully on 5f8e751 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24059. |
|
Status "Ready To Commit". |
|
Thankyou! |
This pr adds the fields checked_out and checked_out_time to the workflow tables.
If this is done, the views of the workflow component can use the checked_out functions as other components.
Testing Instructions
Install a new application and inspect tables: workflows, workflow_stages and workflow_transitions.
Everything should work as before.
NOTE: I could test only the mysql database Would be great if I get help with testing the postgres part.