File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1694,18 +1694,17 @@ def opendb(self, username):
1694
1694
# open the database or only set the user
1695
1695
if not hasattr (self , 'db' ):
1696
1696
self .db = self .instance .open (username )
1697
- self .db .tx_Source = "web"
1698
1697
elif self .instance .optimize :
1699
1698
self .db .setCurrentUser (username )
1700
- self .db .tx_Source = "web"
1701
1699
else :
1702
1700
self .db .close ()
1703
1701
self .db = self .instance .open (username )
1704
- self .db .tx_Source = "web"
1705
1702
# The old session API refers to the closed database;
1706
1703
# we can no longer use it.
1707
1704
self .session_api = Session (self )
1708
1705
1706
+ self .db .tx_Source = "web"
1707
+
1709
1708
# match designator in URL stripping leading 0's. So:
1710
1709
# https://issues.roundup-tracker.org/issue002551190 is the same as
1711
1710
# https://issues.roundup-tracker.org/issue2551190
You can’t perform that action at this time.
0 commit comments