Project

General

Profile

Task #2581

Feature #2560: Enable link update of a "link updated" book

Add data-source attribute in the existing 'anchor tags'/'lurls' in the document during overwrite a book.

Added by Ayush Khandelwal over 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Urgent
Target version:
Start date:
08/05/2022
Due date:
08/05/2022
% Done:

100%

Estimated time:
2.00 h

Description

data-source will contain o-url of the internal link from new document

Scheme:

updateAllInternalLinksWithDataSource(oldDocContent, newDocContent):
    - newHrefLinks = getAllLinks(newDocContent);
    - oldHrefLinks = getAllLinks(oldDocContent);
    - for(i=0; i < oldHrefLinks.size(); i++):        
        - oldHrefLink = oldHrefLinks[i];
        - if(oldHrefLink.startsWith('document/'):
                - oldHrefLink.setAttribute('data-source', newHrefLinks[i]);

#1

Updated by Ayush Khandelwal over 2 years ago

data-source will contain o-url of the internal link from new document

#2

Updated by Ayush Khandelwal over 2 years ago

  • Description updated (diff)
#3

Updated by Venmuhilan B over 2 years ago

  • Status changed from New to In Progress
#4

Updated by Venmuhilan B over 2 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100
#5

Updated by Ayush Khandelwal over 2 years ago

  • Description updated (diff)
  • Status changed from Resolved to Reopened
  • % Done changed from 100 to 10
#6

Updated by Ayush Khandelwal over 2 years ago

  • Description updated (diff)
#7

Updated by Venmuhilan B over 2 years ago

  • Status changed from Reopened to In Progress
  • % Done changed from 10 to 100
#8

Updated by Venmuhilan B over 2 years ago

  • Status changed from In Progress to Resolved
#9

Updated by Venmuhilan B over 2 years ago

  • Status changed from Resolved to Feedback
  • Assignee changed from Venmuhilan B to Ayush Khandelwal
#10

Updated by Ayush Khandelwal about 2 years ago

  • Status changed from Feedback to Closed

Working as expected

Also available in: Atom PDF