Uploaded image for project: 'Links directory'
  1. Links directory
  2. LINKS-177

Impossible to add and display custom links when NOT using the service

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 2.12.0
    • 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.

          [LINKS-177] Impossible to add and display custom links when NOT using the service

          Repoussé en RC3, la documentation graphique est manquante et celle décrite dans le ticket est incomplète.

          Laurence Aumeunier added a comment - Repoussé en RC3, la documentation graphique est manquante et celle décrite dans le ticket est incomplète.

          Testé en RC1 avec jar compatible + migration graphique.
          J'ai 2 blocs d'applications codés dans la charte graphique, l'ajout d'un lien personnalisé impacte bien la bonne liste.

          Laurence Perier added a comment - Testé en RC1 avec jar compatible + migration graphique. J'ai 2 blocs d'applications codés dans la charte graphique, l'ajout d'un lien personnalisé impacte bien la bonne liste.

            bmaurel Bérénice Maurel
            jonathan Jonathan Wendlinger
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: