When I open a new Task after update the title becomes blank. Please help fix. Regards,
Experienced this when using Choices and Custom List. Thanks
@greezybacon @notizier
Can you please be a little more coherent and descriptive of what your actual issue is. Please include step by step instructions to re-create your issue, and you might want to include an image or two (before/after) so that we can see what you mean.




@ntozier I actually reverted RC2 @ the moment thats why I edited the last picture to erased the title. That is the scenario in RC3 title is not showing after creation of task, same as using the custom list.
Best Regards,
When I open a new task, it doesn't save my desctription and my attachments. It just takes the Title.
RC3 and actual develop version. both the same issue. known?
edit: solved with #3093
Fix can be found here FIX
Replace create with add in include/class.task.php
ipAnything I haven't tried it yet. I rollback to the previous version. can
you share some screenshots?
On 24 August 2016 at 17:49, ipAnything [email protected] wrote:
Fix can be found here
https://github.com/t-oster/osTicket-1.8/commit/developUse replace _create_ with _add_
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/osTicket/osTicket/issues/3245#issuecomment-242011951,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AKOFDTavySBJLxHeXULUlirPJiFHrXFgks5qjBPDgaJpZM4JAuk6
.
If you click on my link you would have seen the code that needs changing. All you have to do is replace the word create with add. Screenshot below.
Most helpful comment
Fix can be found here FIX
Replace create with add in include/class.task.php