mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 12:27:05 +00:00
tidy with new multicave wallets
This commit is contained in:
@@ -107,7 +107,7 @@ def add_cave_to_pending_list(id, wallet, message):
|
||||
"""(id, f"Wallet {wallet} - Could not find id <{id}>")
|
||||
"""
|
||||
wurl = f"/walletedit/{wallet.walletname}".replace('#', ':')
|
||||
DataIssue.objects.create(parser="wallets", message=message, url=wurl)
|
||||
DataIssue.objects.update_or_create(parser="wallets", message=message, url=wurl)
|
||||
|
||||
def create_new_cave(svxpath, svxid=None, msg=None):
|
||||
"""This is called only when a new survex file is edited online which has a path on the
|
||||
|
||||
Reference in New Issue
Block a user