Announcement

Collapse
No announcement yet.

Loading custom view globally

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Loading custom view globally

    Hi there,

    I'm currently looking for a way to load a custom view regardless of the URL where the user is (like the global views of Espo).

    I already tried to add the file path (of my custom view) in the "scriptList" of the metadata/app/client.json but the view isn't loaded, only the file.

    Kind regards,
    Firyo.

  • #2
    I found a workaround for this.

    Overriding the client/src/views/site/header.js file by adding a new "this.createView" in the setup function.

    Comment

    Working...
    X