Closed carolahp closed 8 years ago
If the OpenUI implementation doesn't return a ComposableModel, and instead returns self (by default), the method closeUI sends the message "delete" to an object that doesn't understand it.
Feel free to add & commit the fix we talked about last meeting.
Protocol of openUI / closeUI was not immediately clear, but good enough in the end. We can leave it as is.
If the OpenUI implementation doesn't return a ComposableModel, and instead returns self (by default), the method closeUI sends the message "delete" to an object that doesn't understand it.