-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
4.3 RC3
When not using the service to add custom links to a list, there is no way to tell the script the category where to save the link.
The js script used take a service parameter to define the category so this is not possible to do it manually.
function addUserLink<xsl:value-of select="$buttonId"/>() { $j.ajax({ url: '<xsl:value-of select="$site-uri-prefix"/>/_plugins/link-directory/add-user-link', data: { .... themes: "<xsl:value-of select="@custom-theme"/>" }, .... }); }
As we can add the "service" manually, it would be great to be able to fully use it.