Hi Savas,
That rule gets evaluated only once and the result is cached. The easiest way to
get what you want is probably to drop the rule and implement the
ERXGuardedObjectInterface, e.g.:
public boolean canDelete() {
return "cantBeDeleted".equals(status()) ? false : true;
}
Or you may want
How can I make the Key: isEntityDeletable true or false depending on the
objects status?
for example: 100 : (pageConfiguration = 'ListUser' and object.status =
“cantBeDeleted") => isEntityDeletable = “false"
[com.webobjects.directtoweb.Assignment]
This should make every User delete able e
Update: I'm strongly leaning towards no live-streaming. Requires too much prep,
and I can't even be there much earlier than everyone else. And most of the
people who aren't attending personally are probably living in another time zone
anyway.
But there will be recordings.
Maik
> Am 01.03.201