Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-1184

why should cloned paragraph keep the original paragraph id when

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.6.1, 0.7.0
    • None
    • zeppelin-zengine
    • None

    Description

      in Note.java addCloneParagraph use the original paragraph id to build a new paragraph, what is the reason for this?

      public void addCloneParagraph(Paragraph srcParagraph) {

      // Keep paragraph original ID
      final Paragraph newParagraph = new Paragraph(srcParagraph.getId(), this, this, factory);
      ...

      Attachments

        Activity

          People

            Unassigned Unassigned
            jacquesqiao jacquesqiao
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: