On Mon, Dec 09, 2019 at 06:53:29AM +0100, Alexander Burger wrote: > Yes. The standard way is to have one form, one search dialog, and one 'url>' > method per +Entity class, and handle +List's of other objects in a chart each. > > When that works, you can try to make cool nifty things like squeezing all > into a > single +ListTextField ;)
Especially problematic is the recursive creation of task and task-name objects on the fly. This will create lots of garbage objects, as every misspell of a name results in a new object. In the normal way, with search dialogs, objects are created only when explicitly pressing the "New" button. ☺/ A!ex -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
