I tried to do %-(@opt_time_groups[key].name?=123)% or <%-(@opt_time_groups[key].name || 123)%> but have got no success and "TypeError: Cannot read property 'name' of undefined" error. Could you tell me please, how do I intended to do that thing in ECT?
I tried to do %-(@opt_time_groups[key].name?=123)% or <%-(@opt_time_groups[key].name || 123)%> but have got no success and "TypeError: Cannot read property 'name' of undefined" error. Could you tell me please, how do I intended to do that thing in ECT?
Full code is:
Obviously, it's my mistake. Not an issue. The solution is: