-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[4.0] Contact - nullable datetime fields #24675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Open question (can see it both ways). Should modified date by nullable or should enforce it being date time (modified date is the created date on creation). |
|
yes, to me too, we need to take a decision and make it consistently across the cms |
|
I have tested this item ✅ successfully on 44b90c5 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24675. |
|
Unless anyone feels strongly I'd rather have this set all the time. So modified date is always set (to the created date time when the article is created) |
|
ok p.s. |
Co-Authored-By: alikon <[email protected]>
|
There's no queries here that require prepared statements. This looks fine. Just needs some tests creating and updating contacts |
|
are you sure ?
|
|
I have tested this item ✅ successfully on 456218b This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24675. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24675. |
|
Thanks! |
Pull Request for Issue joomla#16788 ....same as joomla#24675 for contacts Summary of Changes some datetime fields should be nullable as default - publish_up - publish_down - checked_out_time ### Testing Instructions test com_banners ### Expected result banners should works as before
Pull Request for Issue joomla#16788 ....same as joomla#24675 for contacts - I really just copied the work of others (someone has to) ### Summary of Changes some datetime fields should be nullable as default - publish_up - publish_down - checked_out_time ### Testing Instructions test com_newsfeeds ### Expected result newsfeeds should works as before
Pull Request for Issue #16788 ....same as #21901 for modules
Summary of Changes
some datetime fields should be nullable as default
Testing Instructions
test com_contacts
Expected result
contacts should works as before