Uploaded image for project: '[Read Only] - Hippo Plugins'
  1. [Read Only] - Hippo Plugins
  2. HIPPLUG-1076

Change the poll component to by default be able to select a poll in component window properties instead of a folder from which the first poll is used

    XMLWordPrintable

Details

    Description

      You can now only use one poll from a folder. It is very confusing imho. If we change

      @JcrPath(pickerSelectableNodeTypes = "hippostd:folder")
      String getPollDocsPath();

      to

      @JcrPath(pickerSelectableNodeTypes = "poll:poll")
      String getPollDocsPath();

      then, by default, a certain poll can be selected. Make sure the code also works with this. Old projects will still have

      @JcrPath(pickerSelectableNodeTypes = "hippostd:folder")
      String getPollDocsPath();

      so the folder picked logic has to stay intact

      Attachments

        Activity

          People

            Unassigned Unassigned
            aschrijvers Ard Schrijvers
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: