-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
None
-
Affects Version/s: 5.8.5
-
Component/s: Macros - Page Properties
-
Severity 3 - Minor
‘
The page properties report Macro column sorting doesn’t work for columns with images, i.e. the column where an image (here: an external one) is added cannot be sorted.
Source code of the according page properties Macro page:
/ ‘Page properties report’ Macro columns not sortable when using Image form the web. The page properties report Macro column sorting doesn’t work for columns with images, i.e. the column where an image (here: an external one) is added cannot be sorted. Source code of the according page properties Macro page: <ac:structured-macro ac:macro-id="867332fc-2321-4369-9a10-294a642cd341" ac:name="details" ac:schema-version="1"> <ac:parameter ac:name="id">clipping-data</ac:parameter> <ac:rich-text-body> <table> <tbody> <tr> <th>Link to Article</th> <td> <a href="http://www.linktoexternalpage.de/article1.html">http://www.linktoexternalpage.de/article1.html</a> </td> </tr> <tr> <th>Date</th> <td> <time datetime="2016-07-28"/> </td> </tr> <tr> <th>External Logo</th> <td> <ac:image ac:width="70"> <ri:url ri:value="http://www.linktoexternalpage.de/wp-content/uploads/sites/externallogo.png"/> </ac:image> </td> </tr> </tbody> </table> </ac:rich-text-body> </ac:structured-macro> I#d have expected that the column ‚External Logo‘ sorts after the link value, but it doesn’t.
I expected that the column ‚External Logo‘ sorts after the link value, but it doesn’t.