Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
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