show request name where appropriate and set as default workspace name
This commit is contained in:
@@ -213,3 +213,7 @@ class Request(Base):
|
||||
or self.is_pending_financial_verification_changes
|
||||
or self.is_approved
|
||||
) and self.task_order
|
||||
|
||||
@property
|
||||
def displayname(self):
|
||||
return self.latest_revision.name or self.id
|
||||
|
Reference in New Issue
Block a user