Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-5580

Implement Path.getUniqueLabel(Node, label) method

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.2.2
    • 5.0
    • core

      We currently have these method for unique label creation:

      • Path.getUniqueLabel(HierarchyManager, String, String)
      • Path.getUniqueLabel(Session, String, String)
      • Path.getUniqueLabel(Content parent, String label)
        ->
      1. Path.getUniqueLabel(Node parent, String label) is missing
      2. Path.getUniqueLabel(HierarchyManager, String, String) duplicates code of
        Path.getUniqueLabel(Session, String, String)
      3. Methods with HierarchyManager and Content should be deprecated.

        Acceptance criteria

              rkovarik Roman Kovařík
              rkovarik Roman Kovařík
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR