Various changes to support a certain new app
improve inventory support, plus "hiding" person data but still using it
This commit is contained in:
parent
fcffe0f79d
commit
18f4b4ff5c
7 changed files with 64 additions and 18 deletions
|
@ -1650,7 +1650,7 @@ class MasterView(View):
|
|||
"""
|
||||
|
||||
def redirect_after_edit_row(self, row, mobile=False):
|
||||
return self.redirect(self.get_row_action_url('view', row, mobile=True))
|
||||
return self.redirect(self.get_row_action_url('view', row, mobile=mobile))
|
||||
|
||||
def row_deletable(self, row):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue