#1929 fix flags display for list-tag-inheritance
Merged 4 years ago by tkopecek. Opened 4 years ago by tkopecek.
tkopecek/koji issue1928  into  master

file modified
+1 -1
@@ -3852,6 +3852,7 @@ 

      else:

          siblings = len([tag for tag in tags if tag['child_id'] == currtag['child_id']])

  

+     sys.stdout.write(format_inheritance_flags(currtag))

      outdepth = 0

      for depth in sibdepths:

          if depth < currtag['currdepth']:
@@ -3860,7 +3861,6 @@ 

              sys.stdout.write(_printable_unicode(u'\u2502'))

              outdepth = depth

  

-     sys.stdout.write(format_inheritance_flags(currtag))

      sys.stdout.write(' ' * ((currtag['currdepth'] - outdepth) * 3 - 1))

      if siblings:

          sys.stdout.write(_printable_unicode(u'\u251c'))

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

4 years ago

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

4 years ago

Commit b96fd70 fixes this pull-request

Pull-Request has been merged by tkopecek

4 years ago