Hi !
How can we prioritise a callback above another ?
Is there a way to no let modules step on each others' toe from a code level point of view? I dont want this to be a module or system wide setting, I just want a specific callback's logic to flow a certain way. Any example of an implementation of this sort ?
E.g. There is a foreign module that wants to make a legitimate action on an object, but another module's callback was actioned prior to it and changed the item's properties - which resulted in a server exception and non of the modules' goals were acheived !
Many thanks !
Amin