Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi babynus,
I tried to modify my /model/custom/SimpleTicket.php file for hide (or disable) time information in actualDueDateTime field.
I change :
into :
However, time information is still displayed ?
What I 'm missing ?
Thanks,
Lionel.
Just rename it as actualDueDate, and map to the database field with StaticDatabaseColumnName ...
Hello babynus,
Sorry but I tried this custom and I cannot get it work (release 4.2.3)
In fact, there 's still time picker ...
Attached, my custom/Ticket.php (
) if you want to look at it.
Thans in advance,
Lionel.
Sorry, my mistake :blush:
It is even more simple, you don't need to change code.
Just change data type in database, from datetime to date.
That's all. 😉
The simpler the better ...
Thanks a lot.
Lionel.