mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
More UI improvements
This commit is contained in:
@@ -122,6 +122,7 @@ def get_changes_for_version(newVersion, oldVersion=None):
|
||||
compare = {}
|
||||
compare['revision'] = newVersion.revision
|
||||
compare['new'] = newVersion.object_version.object
|
||||
compare['current'] = models.Event.objects.get(pk=compare['new'].pk)
|
||||
compare['version'] = newVersion
|
||||
|
||||
if oldVersion:
|
||||
|
||||
Reference in New Issue
Block a user