Searching the database table for user interface

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • shalmaxb
    replied
    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.

    Leave a comment:


  • item
    replied
    There a mixed with user preferences and instance config.php file

    Leave a comment:


  • shalmaxb
    replied
    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.

    Leave a comment:


  • item
    replied
    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": [

    Leave a comment:


  • shalmaxb
    started a topic Searching the database table for user interface

    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.
Working...