Last seen: 18 Avr PM 21:044
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...
Big News First, I have made some progress on the bot: You can now create questions and reply to them A new command "/reference" let you display...
Of course no problem, I'll make it and post the link when it's done (probably next week)
Sorry, I meant fixed as in it should be the same for every user at a given time, shouldn't it ? (sorry for my misleading reply)
Hello, I don't think the goal of WBS is to be dynamic. It's more of a fixed reference to easily identify a given element. Making it change according ...
Oh and I just found a bug, the line after "//Come back to class selection" should be $state = 0; instead of $state = 100; (Hence the usefulness ...