anukat2015 / elda

Automatically exported from code.google.com/p/elda
0 stars 0 forks source link

Suppress decorators in HTML representation of list endpoint generated by api:select #165

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If a list endpoint uses api:select then adding filters to the request IRI 
doesn't work.  However decorators such as "more like this" appear in the HTML 
representation generated by the stylesheet provided.  These links do not work - 
the filters they specify are ignored.

Best not to display these decorators in these circumstances.

Original issue reported on code.google.com by br...@epimorphics.com on 3 Feb 2013 at 9:36

GoogleCodeExporter commented 8 years ago
Proposed disposition: "WontFix"

The 'decorators' are added by the XSL's that generate the HTML. There is 
currently no signal path into the XSL that could/would indicate the use of an 
api:select in the endpoints definition.

Original comment by skwli...@gmail.com on 10 Jun 2013 at 1:00

GoogleCodeExporter commented 8 years ago
Hmm.  The lack of signal path to the XSL seems like it ought to be solvable 
problem.  Will the Velocity renderer have the same problem?

The code is producing broken links.  You can take a view on how serious this 
is, but its pretty clearly a bug, though one that is not causing me an 
immediate problem. 

Original comment by br...@epimorphics.com on 11 Jun 2013 at 7:31