mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
NEWS: Only update last_change_seen if changed
This commit is contained in:
parent
7ac8dc15b6
commit
01c2cfb610
|
@ -184,7 +184,7 @@ CLASS ZCL_ABAPGIT_NEWS IMPLEMENTATION.
|
|||
iv_lastseen_version = normalize_version( lv_last_seen ).
|
||||
ENDIF.
|
||||
|
||||
IF ro_instance IS BOUND.
|
||||
IF ro_instance IS BOUND AND lv_last_seen <> ro_instance->latest_version( ).
|
||||
zcl_abapgit_persistence_user=>get_instance( )->set_repo_last_change_seen(
|
||||
iv_url = lv_url
|
||||
iv_version = ro_instance->latest_version( ) ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user