Announcement

Collapse
No announcement yet.

Searching the database table for user interface

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

  • Searching the database table for user interface

    Hi, in administrator you can configure the user interface (menu and alike). I use this quite heavily and would like to know in which database table this configuration is saved.

  • #2
    Helle,
    tableName = preferences

    fieldName : data : is json format like :

    HTML Code:
    {
    "id": "5c3sdew6f42f947DFDS",
    "timeZone": "",
    "dateFormat": "DD\/MM\/YYYY",
    "timeFormat": "",
    "weekStart": -1,
    "defaultCurrency": "",
    "thousandSeparator": "",
    "decimalMark": ".",
    "dashboardLayout": [
    {
    "name": "My Espo",
    "layout": [

    Comment


    • #3
      Hello, unfortunately that table is only the preference like time zone, language etc, which you find in administrator under settings. What I am looking for is the configuration of the user interface, where you set the logo, the menu order and some other items.

      Comment


      • #4
        There a mixed with user preferences and instance config.php file

        Comment


        • #5
          Never thought this could be in that place! I remember I saw it before, but did not keep it in mind. Thank you for the hint.

          Comment

          Working...
          X