Hoppa till huvudinnehållet

Manager doesn't load tablet json defaults when configure individually is pressed?

Kommentarer

2 kommentarer

  • Permanently deleted user
    Hi Tyson -

     

    Let me first explain the behavior you are experiencing and then recommend a couple of ways to set up the interface to respect your Tablet shell configuration.

     

    Most of the pages in GE Manager allow for shells to be configured either simultaneously or individually.  When the shells are configured simultaneously, one of the shell configurations is used to configure all three shells. By default, this is the Desktop shell.  In your case, the "Look and Feel" page is opening in "simultaneous configuration" mode with the Desktop shell configuration being applied to the other two shells.

     

    To allow the "Look and Feel" page to open in the individual configuration with the Tablet shell configuration properly respected, you have two options.

     

    First, you can make your Tablet configuration changes in GE Manager rather than through the Tablet.json.js file.  You would do this by setting the "Look and Feel" page to the individual configuration, making any necessary changes to the Tablet shell, and saving the changes.  Going forward, the "Look and Feel" page should open in the mode that you saved it - that is, the individual configuration mode.

     

    Your other alternative is to make a small modification to the Viewer\Management\Config\Meta.json.js file.  You would first make any configuration changes to the Tablet shell in the Tablet.json.js file.  Then you would modify the Meta.json.js file to modify the view named "LookAndFeelSectionView" to set the "expandedShells" property to "true".

     

    The change would look like this:

     

     "views": [

     

        ...

     

        {

     

          "expandedShells": true,

     

          "name": "LookAndFeelSectionView"

     

        },

     

        ...

     

    ]

     

    Either of these approaches should work for you.  Please let me know if you have any more questions.

     

    Regards,

     

    Steve

     

     
    0
  • Tyson Schoepflin
    Thanks for the reply!  I'll post any more questions that materialize.
    0

Du måste logga in om du vill lämna en kommentar.