Application Manager bug? (OpenInsight 32-Bit)
At 07 JAN 2004 01:49:13PM Wayne Shepard wrote:
Here's what seems like bug in the Application Manager:
Assume an application called PARENT and another application called CHILD that inherits from the parent. PARENT has a stored procedure called TEST. CHILD also has an stored procedure called TEST. It is not the same code.
I go to the Application Manager and click on TEST and the editor opens up the code for TEST. Fine. Close the editor. I delete the entity from the applicaton manager (Entity-]Delete). Looks successful. I click on the Refresh button and the Application Manager redraws itself, but I think that now the entry for TEST should be pointing to the copy in PARENT. But when I click on the TEST entry in the Application Manager, it is still trying to open up the now-non-existant copy in CHILD. Big error message. In order to update the application manager, I need to reopen the application.
Shouldn't clicking the refresh button actually refresh the Application Manager data, not just redraw it?
Wayne