Last seen: 11 Jan 2021 18H54
Okay thanks. And is there any way to improve this? Or the only way to do it is to delete affectations?
Thanks for the answer, but why have many projects slow the login system?
Can not reproduce it ass it seems "under constructions" projects are not displayed in timesheet view. Is it a new feature after V8.4.6?
Will this be fixed?
Hi, I don'yt know how to fix the CORS protection. Maybe some apache configuration car allow such requests for granted source servers. About con...
The OPTIONS (preflight) request made before the GET request is blocked because the auth header is not passed (it's the way it work) so this request ge...
Is there any solution?
For the one who are looking for the same thing I found it by my self... You need to go to SqlElement.php and in function getExtraRequiredFields add t...
Okay I fixed this. Thanks :woohoo:
Hi Nathan, I can answer to this because if I understand well your question I asked the same here. As he says, if a field is required it will automa...
Thanks for the answer but do you know why does the non-required field have a blank value available and why the requested one doesn't?
resolved by adding Sql::beginTransaction(); before Sql::commitTransaction(); : Sql::beginTransaction(); Sql::commitT...
Can anyone help me?