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

Add parameters to pick-content widget

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

      • Add a parameter to select the search factory to use in searchByContent mode.
      • Add a parameter switch between the following mode : searchByContent, searchInSitemap or both.

          [CMS-4084] Add parameters to pick-content widget

          Thibaut Rizzi (Inactive) made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Raphaël Franchet made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Reopened [ 4 ] New: Resolved [ 5 ]
          Thibaut Rizzi (Inactive) made changes -
          Assignee New: Raphaël Franchet [ raphael ]
          Thibaut Rizzi (Inactive) made changes -
          Resolution Original: Fixed [ 1 ]
          Status Original: Resolved [ 5 ] New: Reopened [ 4 ]

          Thibaut Rizzi (Inactive) added a comment - - edited

          The widget is unable to render itself. See patch for this minor fix :

          Patch
          Index: SelectContentWidget.i18n.js
          ===================================================================
          --- SelectContentWidget.i18n.js	(revision 19071)
          +++ SelectContentWidget.i18n.js	(working copy)
          @@ -141,7 +141,7 @@
               }
               else 
               {
          -    	btnCfg = itemCfgs[this.menuItemsArray[0]];
          +    	btnCfg = itemCfgs[menuItemsArray[0]];
               }
               
           	return btnCfg;
          
          

          Thibaut Rizzi (Inactive) added a comment - - edited The widget is unable to render itself. See patch for this minor fix : Patch Index: SelectContentWidget.i18n.js =================================================================== --- SelectContentWidget.i18n.js (revision 19071) +++ SelectContentWidget.i18n.js (working copy) @@ -141,7 +141,7 @@ } else { - btnCfg = itemCfgs[ this .menuItemsArray[0]]; + btnCfg = itemCfgs[menuItemsArray[0]]; } return btnCfg;
          Raphaël Franchet made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Thibaut Rizzi (Inactive) made changes -
          Attachment New: SelectContentWidget.i18n.js [ 13649 ]
          Thibaut Rizzi (Inactive) created issue -

            raphael Raphaël Franchet
            trizzi Thibaut Rizzi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: