Hi Cesar. "disable" is a reserved prefix in Isis.
When present Isis evaluate it I order to programmatically determine if a given property or action must be disabled. As it is finding a method named "disableXXX" it's trying to find a property whose name is XXX in order to know for which one this method is associated to. As there's no property or action named "assignForDelivery" it fails. See [1] for more info. HTH, Oscar [1] https://isis.apache.org/guides/rg.html#3.2.2.-disable() > El 4 nov 2015, a las 22:50, Cesar Lugo <[email protected]> escribió: > > disableAssignForDelivery() {
