Gonzalo Muñoz
Gonzalo Muñoz
Similar to #201 but on assets it evens fails for localized fields. I have a space with two locales, `en-CA` and `fr-CA`. I would expect that if I set a...
Assigning a hash to `field_with_locales` doesn't override the current hash. And trying to manipulate the existing `field_with_locales` hash didn't do anything. This looks totally weird and unintuitive. ```ruby [178] pry(main)>...
I have a space with two locales, `en-CA` and `fr-CA`. I would expect that if I set a value into a non-localized field, it should always set the value, regarding...
There is some inconsistency regarding locales and default locale on space and environment. The locales are defined in a specific environment, but the default locale is defined in the space....
This update allows a module to catch multple events in the same method using lists. It supports the \* wildcard. Before the update, you must catch events one by one...