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

SelectContent search model with solr request add a null parameter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.9.1, 4.10.0
    • None
    • None
    • None
    • 4.9.2

      Add an attribute with a solrRequest such as

              <attribute name="toto" type="content" contentType="org.ametys.plugins.odf.Content.subProgram" multiple="true">
                  <label i18n="false">Toto</label>
                  <description i18n="false">Toto</description>
                  <widget>edition.select-content</widget>
                  <widget-params>
                      <param name="solrRequest">parentPrograms_s:"${content.id}"</param>
                      <param name="modelId">search-ui.abstractprogram</param>
                  </widget-params>
              </attribute>
      

      the solrRequest add an extra null parameter in the dialogbox

      (meanwhile the solrRequest is correctly taken in account)

            cbayle Caroline Bayle
            raphael Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: