mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
Hide "updated" field changes in change history page
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
6ac4e8fbb5
commit
2be084de64
|
@ -613,7 +613,7 @@ class EditProfileFormView(UpdateView):
|
|||
|
||||
@receiver(reversion.pre_revision_commit)
|
||||
def annotate_revision(sender, **kwargs):
|
||||
ignorefields = ['vcs_last_rev', 'vcs_last_fetch', 'vcs_last_commit']
|
||||
ignorefields = ['vcs_last_rev', 'vcs_last_fetch', 'vcs_last_commit', 'updated']
|
||||
versions = kwargs.pop('versions')
|
||||
instances = kwargs.pop('instances')
|
||||
changelist = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user