Actions
Feature #4105
closedmodify <select/>
Status:
Rejected
Priority:
High
Assigned To:
-
Category:
-
Target version:
-
Start date:
03/14/2013
Due date:
% Done:
0%
Estimated time:
Description
New syntax:
<select nodes=""> <element prefix="e" name="entries"/> </select> <!-- instead of <select nodes=""/> -->
This throws exception if several nodes are selected:
<select nodes=""/> <!-- instead of <select nodes="" single_node="true"/> -->
Updated by Reynaud Sylvain over 12 years ago
- Status changed from New to Suspended
Not sure if it is better or worse than current implementation...
=> Find a good reason to reopen or to close this ticket!
Updated by Reynaud Sylvain over 12 years ago
- Status changed from Suspended to Rejected
rejected because:
1) outputing invalid XML or throwing exception for the most general case (i.e. multiple selected nodes) should not be considered.
2) <element> node have been removed from <group> (see #3973).
Actions