Re: Condition for showing DeleteButton in a ListPage

2019-04-08 Thread Fabian Peters
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

Condition for showing DeleteButton in a ListPage

2019-04-08 Thread Savas Celik
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

Re: Already registered for WO-Day 2019?! (WOWODC)

2019-04-08 Thread Maik Musall
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