Gabriel Jenik
Gabriel Jenik
> It's a new feature @maziminke thoughts?
> PS : if you send it according to token language : user can not use their own format : you remove a solution Yes, you are right. Still, now...
> > If doing a survey for US and Spain > > `{if(TOKEN;LANGUAGE=="en",date("d/m/Y",strtotime(VALIDFROM)),date("m/d/Y",strtotime(VALIDFROM)))}` Sure. I was providing an example on why I think this is a bug. Also, on the...
I would say we need Mantis, at least for tracking purposes.
> I don't like to add a new Service since Permission is already here. What permission service do you refer? > I think we can just start with a minimal...
> Then your function are ... Well the logic about child-parent relationship is not there. What's wrong in having a logic layer for that? > And when we create the...
Child parent-relationship were not being checked, Now I believe there is a central place where that is being checked. Those checkes are consumed through different controllers. `getOwnerId` or `getEntityOwnerId` is...
> The issue is about role, not the other task … adding a complete Class for this ? The same issue (or similar) issue happened when updating email and passowrd...
Hi, I have seen the floatThead... Thanks for the tip... I have already implemented this one and happy with the results, so, I think I will stick to it unless...
My fix... ``` // For first iteration, don't divide. var auxNum = i == divisions ? num : num / divisions * i; ``` then... ``` // Preserve as int...