Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-5461

tag tools - Uncaught TypeError: Cannot read property 'getParameters' of null

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.7
    • None
    • None
    • None

      An error occured when saving a content:

      Uncaught TypeError: Cannot read property 'getParameters' of null

      /trunk/web/trunk/main/plugin-web/resources/js/org/ametys/web/tool/tag/TagsTool.i18n.js

      149 if (target.getParameters().isRoot)
      150

      { 151 var node = this._tree.getNodeById(target.getParameters().id); 152 node.reload(); 153 }

      154 else if (target != null)
      155 {
      156 // The node is out of date
      157 this._updateNode (target.getParameters().id)

            Unassigned Unassigned
            fravetier Frederic Ravetier (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: