Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Default Behaviour(s) :

Header is composed of :

  • A wedia logo : redirects to the homepage of the application

  • An upload icon : redirects to the mass upload page

    • Only visible for Administrators

  • Drop-Down menu with the following options :

  • Search icon + Search bar with auto-complete + number of results corresponding to the total number of asset

    • After fielding-in one or several key word(s), user can click on the suggested tags throught autompleted options, or he can press the enter key of his keyboard in order to display the results

  • A notification icon : opens the notification popin

  • Board icon : redirects to “my boards” page

  • Menu icon : opens the menu

Image RemovedImage Added

Header (other pages)

Info

Default Behaviour(s) :

Header is composed of :

  • A wedia logo : redirects to the homepage of the application

  • An upload icon : redirects to the mass upload page

    • Only visible for Administrators

  • A notification icon : opens the notification popin

  • Board icon : redirects to “my boards” page

  • Menu icon : opens the menu

Image RemovedImage Added

 

Advanced Configuration

...

Deactivating a features (upload or boards)

For the “upload” icon The upload icon depends on several parameters : an “upload” feature, the user has to be connected and if there are roles affected or not. Here is an overview of those parameters :

Config path

Default value

Description

Translation i18n key:
nav.upload (i18n key)

Upload assets

$.features.upload

true

To hide the upload icon, set the value to false.

-

-

User has to be connected

$.dam-import.upload.roles

-

By default, no roles are created and if there are none, the upload is available (for everyone).Is a role given to everyone automatically ? What corresponds the groupID and why are there multiple ones ?

If you create a role configuration file, the app will see if the user is in one of the group IDs.

Example of role configuration file:

Code Block
{
  "asset": [4, 27, 28],
  "pimasset": [4, 27, 28]
}

...