Menu

How to show tickets_list to all FunctionalCI children classes

2022-08-26
2022-08-26
  • Marco Musolesi

    Marco Musolesi - 2022-08-26

    Hi,

    I need to add tickets_list presentation to all FunctionalCI children classes

    I tried with an extesion addon with:

       <class id="FunctionalCI">
          <presentation>
            <details>
              <items>
                <item id="tickets_list" _delta="define">
                  <rank>95</rank>
                </item>
              </items>
            </details>
          </presentation>
        </class>
    

    but it doesn't work. If I add s presentation to any child it works but I would like to do it at the root level
    How should I proceed? is it not heritable? Why?

    Thank a lot

     
  • Jeffrey Bostoen

    Jeffrey Bostoen - 2022-08-26

    Each subclass has its own presentation.

    So you could define the field on a parent class, but the presentation also needs to be set for each child class as this can be very different.

     
    👍
    1
  • Marco Musolesi

    Marco Musolesi - 2022-08-26

    ok I see, so there is no workaround

    thanks a lot

     
  • Jeffrey Bostoen

    Jeffrey Bostoen - 2022-08-26

    It's a bit of mostly a copy-paste operation I'm afraid.

     

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.