#3657 Fix callnum handling
Merged a year ago by tkopecek. Opened a year ago by tkopecek.
tkopecek/koji fix_callnum  into  master

file modified
+2
@@ -209,6 +209,8 @@ 

              update = UpdateProcessor('sessions', rawdata={'callnum': callnum},

                                       clauses=['id = %(id)i'], values={'id': id})

              update.execute()

+             # we only want to commit the callnum change if there are other commits

+             context.commit_pending = False

  

          # record the login data

          self.id = id

no initial comment

Yes, but really needs an explanatory comment.

E.g.

# we only want to commit the callnum change if there are other commits

rebased onto be1bf65

a year ago

Commit 6cb4308 fixes this pull-request

Pull-Request has been merged by tkopecek

a year ago

Metadata Update from @tkopecek:
- Pull-request tagged with: no_qe

a year ago
Metadata