Last seen: 18 Apr 2026 21H14
Hello, First of all, you're missing part of the actual function. It should be: function isFF() { $browser=Audit::getBrowser(); if ($browser[...
Hello everyone V6.1.0 is done Main changes: You can now create sub-tasks ("points à traiter") with the create command You can configure whic...
Ok, thank you very much. It works know
Oh, ok, sorry I should update
Hello ! V6.0.1 is out This versions fixes the issues that we have found in V6.0.0. There may still be some. If you find any, please report them ...
Big News: V6.0.0 is out !!! I have finally finished the refactorization of the bot. Everything is now available in the Github repo. What is new,...
Hello everyone, Here is a little update about the project. V5.0 is available on the github. It doesn't add much but you can now edit and add notes ...
I just tested the fix. It seems it should even be dijit.byId and not dojo.byId
I got it to work. I just set the hidden fields' attributes to "invisible" and the script now looks like this: function hideButton(id) { dojo.byI...
Okay so it works. The problem left is how to run the script when the field loads. I tried using the but it doesn't work (it's not triggered). I'm not...
Even if this is a new custom class ? I was thinking about using the validation script to do something when the field changes, but I'm not sure what i...
Ok, so, what I want to do is when I press the stop work button from my bot, it saves the worktime to the user who pressed the button and not the bot u...
I also looked at PlanningElement.php, Assignment.php, Work.php and projeqtorWork.js but I haven't found anything that would solve the problem. I suppo...
Hello, I think this is a duplicate of this thread:
Here is what I've got to stop work and save the appropriate work time: //$element is the element to which it should save work, for exemple a tick...
Good evening, Thank you for your message. I've looked at saveDispatchWork.php and it seems indeed to be what I need. I've tried to copy the impo...
Hello, We seem to have the same problem. We only noticed this recently, after updating to V9.1.2. It happened on a ticket. I've checked model/custo...