Changes between Initial Version and Version 1 of Ticket #781, comment 5


Ignore:
Timestamp:
Feb 26, 2017 11:11:14 AM (7 years ago)
Author:
butler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #781, comment 5

    initial v1  
    11Correction to my previous comment.  Branch ticket-756 works while the ESS build fails but in a different way for me than reported: the page freezes.  It looks fine until one tries to click on the page or change a parameter.  This is no doubt just a different manifestation of the same problem on different machines: 
    22 
    3 Indeed the problem is in fact part of ticket 756 which was only half done.  Category had been changed from "Customized Model" to "Plugin Model" but all the strings related to category manager were not.  In several places there is a branch point of: if category is built-in then use the category manager managed lists and dictionaries, but if "custom" or "user" or now "plugin" then those lists do not know about it as they are dynamically changing.  Unfortunately we now have a situation where category is "Plugin Model" but the check is against a string that is "Customized Model"  since the compare is false it goes to the categary manager lists which of course know nothing about the model. 
     3Indeed the problem is in fact part of ticket #756 which was only half done.  Category had been changed from "Customized Model" to "Plugin Model" but all the strings related to category manager were not.  In several places there is a branch point of: if category is built-in then use the category manager managed lists and dictionaries, but if "custom" or "user" or now "plugin" then those lists do not know about it as they are dynamically changing.  Unfortunately we now have a situation where category is "Plugin Model" but the check is against a string that is "Customized Model"  since the compare is false it goes to the categary manager lists which of course know nothing about the model.