Menu

colors on enum

2023-09-05
2023-10-18
  • Merey Omirbek

    Merey Omirbek - 2023-09-05

    Good day!

    After I changed
    <itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0">
    to
    <itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema -instance" version="3.0"></itop_design></itop_design>

    there were styles for fields. but the jump buttons are gone.
    and when unloading all requests, an error occurs
    Failed to issue SQL query: query = SELECT AccessMonitoringSystem.AS __state__, COUNT(DISTINCT COALESCE(AccessMonitoringSystem.id, 0)) AS itop_count FROM access_monitoring_system AS AccessMonitoringSystem WHERE 1 GROUP BY AccessMonitoringSystem. , mysql_errno = 1054, mysql_error = Unknown column 'AccessMonitoringSystem.' in 'field list'
    who can help?

     
  • Pierre Goiffon

    Pierre Goiffon - 2023-10-06

    Hello,
    What did you changed, an iTop file or one of your customization file ?
    Each XML file modification should be followed by running the iTop setup...

     
  • Merey Omirbek

    Merey Omirbek - 2023-10-16

    I added a new class, a new file, then there is a new extension. And after each change I did the installation.

     

    Last edit: Merey Omirbek 2023-10-16
  • Jeffrey Bostoen

    Jeffrey Bostoen - 2023-10-16

    It looks like there's a mistake in one of your extensions. If I read the message very carefully, it thinks the dot (.) is included in the name of the column. This is very likely not the case, or shouldn't be.

    Might be worth to check it out?
    Otherwise, share your extension somewhere

     

    Last edit: Jeffrey Bostoen 2023-10-16
  • Merey Omirbek

    Merey Omirbek - 2023-10-16

    I don't think there is a grammatical error, most likely I missed something

     
  • Vincent @ Combodo

    If you change the XML reference from 1.0 into 3.0, check the changes that need to be done manually on the XML structure. Not only values under an enum must be changed, at least those 2 are still wrong in your XML:
    * Move attribute_code from class lifecycle to class properties fields_semantic/state_attribute
    * Move icon from class properties to class style

     
    • Merey Omirbek

      Merey Omirbek - 2023-10-16

      thanks, it helped. I think I've tried...
      Apparently I missed something

       
    • Merey Omirbek

      Merey Omirbek - 2023-10-18
       

      Last edit: Merey Omirbek 2023-10-19

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.