Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-2190

Screen editor - durability of select Resource in "Screen cell configuration"

XMLWordPrintable

      In newly created template I add some cells.

      When I fill "Screen cell configuration" I should frequently change value for combo "Resource"
      Default value is "Graph" witch is not really usable when I want define more other values
      I thin better store value in user session and initialize this select to previously selected.

      This changes could do this

      if (isset($_REQUEST['resourcetype']))

      { CProfile::update('web.screenedit.resourcetype', get_request('resourcetype', null), PROFILE_TYPE_STR); }

      else

      { $_REQUEST['resourcetype'] = CProfile::get('web.screenedit.resourcetype', 0); }

            Unassigned Unassigned
            cristofer74 Krzysztof Czerw
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: