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.
Last seen: 17 Jan 2019 12H29
I notice now that you used a different signature in RequestHandler in order to distinguish between optional and mandatory parameters in Request. I us...
Ok, in attachment a version of getSingleData.php based on RequestHandler class. I had to add a method to the class public static function isRequ...
Ok. I will try a different approach. I agree that manager should know what he does, but when he realize that an activity has been linked to the wrong...
Ok. I prefer singleton, but the result is quite the same. At the moment I have used RequestHandler in a large amount of modules; if you believe that ...
But the method SqlList::getNameFromId returns the name of the resource, that cannot be compared with the id .
I'm very sorry : my question is misleading for a silly mistake. Where I wrote jsonPlanning.pdf I meant jsonPlanning.php (sometimes cut & paste cr...
No, please. If you want reproduce the issue, you must not select a resource. What I try to show you is the different behaviour between imputationLis...
But if you refresh (e.g. changing week) you will see no project as imputationList uses current user id, and refreshImputationList uses id from the for...
Did you enter ADM projects ? If not, you cannot reproduce the issue. On my side I did it, so the first screen shows them.
Ok, I try to explain. In the code you test isset($elt->arrayWork [$offset]) If true you add the new work amount to the previously stored. I cann...
Thank you for your explanation. Now I'm able to create a work line with assignment and idWorkElement. But at the moment I could believe that the con...