let DialogAction work on current version to allow editing of previous versions
This commit is contained in:
parent
738e82fb0b
commit
ab698cbde1
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class DialogAction(Action):
|
|||
|
||||
@Lazy
|
||||
def onClick(self):
|
||||
urlParams = dict(dialog=self.dialogName)
|
||||
urlParams = dict(dialog=self.dialogName, version='this')
|
||||
if self.qualifier:
|
||||
urlParams['qualifier'] = self.qualifier
|
||||
if self.typeToken:
|
||||
|
|
Loading…
Add table
Reference in a new issue