Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-13034

Selection: DynamicMultiSelectPlugin uses wrong constant to read provider name

    XMLWordPrintable

Details

    • Bug
    • Status: Open
    • Normal
    • Resolution: Unresolved
    • None
    • None
    • plugins, plugins-selections
    • None

    Description

      There is a discrepancy between DynamicMultiSelectPlugin and DynamicDropdownPlugin on how they read the provider name from config.

      DynamicDropdownPlugin used to use IValueListProvider.SERVICE but that got changed in HIPPLUG-531 to use Config.VALUELIST_PROVIDER

      DynamicMultiSelectPlugin still uses IValueListProvider.SERVICE:
      final IValueListProvider selectedProvider = context.getService(config.getString(IValueListProvider.SERVICE),
      IValueListProvider.class);

      Attachments

        Activity

          People

            Unassigned Unassigned
            jhoffman Jeroen Hoffman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: