fix: expose transaction comment for version history
This commit is contained in:
parent
2723965a6a
commit
7c6bdb404e
3 changed files with 14 additions and 1 deletions
|
|
@ -2115,7 +2115,7 @@ class TestVersionedMasterView(VersionWebTestCase):
|
|||
view = self.make_view()
|
||||
self.assertEqual(
|
||||
view.get_version_grid_columns(),
|
||||
["id", "issued_at", "user", "remote_addr"],
|
||||
["id", "issued_at", "user", "remote_addr", "comment"],
|
||||
)
|
||||
|
||||
# custom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue