Expose version history for all supported tables

mostly for sake of products, but various..
This commit is contained in:
Lance Edgar 2017-07-15 02:46:39 -05:00
parent 5be3671a77
commit bea28e97e9
14 changed files with 31 additions and 6 deletions

View file

@ -42,6 +42,8 @@ class ProfilesView(MasterView):
model_class = model.LabelProfile
model_title = "Label Profile"
url_prefix = '/labels/profiles'
has_versions = True
grid_columns = [
'ordinal',
'code',