Skip to content

Commit

Permalink
fix display_type
Browse files Browse the repository at this point in the history
  • Loading branch information
zmsdev committed Jul 20, 2023
1 parent b9b705c commit 57d86da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/zms/ZMSMetaobjManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ def getMetaobjRevision(self, id):
# --------------------------------------------------------------------------
def getMetaobjId(self, name):
for id in self.getMetaobjIds():
if name == self.display_type(meta_type=id):
if name == self.display_type(meta_id=id):
return id
return None

Expand Down

0 comments on commit 57d86da

Please sign in to comment.