Skip to content

Commit

Permalink
Merge pull request #1881 from anyproto/ios-3268-remove-version-histor…
Browse files Browse the repository at this point in the history
…y-from-archived-objects

iOS-3268 Version history | Add !isArchive condition
  • Loading branch information
joe-pusya authored Aug 7, 2024
2 parents 9d207dc + 075063e commit 2a7096d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ extension ObjectPermissions {
self.canShowVersionHistory = details.isVisibleLayout
&& details.layoutValue != .participant
&& !details.templateIsBundled
&& !isArchive
}
}

Expand Down

0 comments on commit 2a7096d

Please sign in to comment.