Cristobal M
6/5/24, 3:58:20 PM EDT
Shakil A
is 0 in the string type where you compare it?
velocity deals with it. same for if(!$height) that will be if(!0) that is false so never enters.
Cristobal M
6/5/24, 4:02:38 PM EDT
I had $height == "0" but yea probably is better <= 0, the thing is that velocity handles datatypes very strange.
Tested and it works
Tested and it works
Shakil A
6/5/24, 4:02:55 PM EDT
Java doesn't allow 1 < "0" type comparison, maybe velocity does? idk
Cristobal M
6/5/24, 4:25:32 PM EDT
Chris, multiedit multilanguage fill still broken, we tried during the AGBU meeting and didn't work. I had been looking around but can't figure it out. I think the issue is at CompositeAsset, around 890
Object newval = getPropertiesSet().getObject(field); //set by the user since last save
//See if the values changed
Object oldval = getValueFromResults(field);
oldvalue is always the same as newval when multilanguage.
like commonCachedValues is updated before saving, not sure why
Claire H
6/10/24, 12:12:45 PM EDT
Hey. The Yale work shakil did from Friday is done. He’s successfully completed and resolved all issues except for the drag and drop,
Claire H
6/10/24, 12:13:15 PM EDT
Chris do you want to go over some of this AGBU stuff? Or would you like Shakil and I to take a look? What are you up to right now?
Christopher B
6/10/24, 12:13:53 PM EDT
Production issue. Once Im done I can meet on product dev tasks. In an hour
1 👍