You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This CKAN extension allows users to create and manage versions of datasets. It provides a versioning system that tracks changes made to datasets over time and also allows user to view and download previous versions.
@@ -65,8 +64,7 @@ flowchart TD
65
64
need_new_version -->|No| edit_current[Edit Current Version]
66
65
edit_current --> update_files[Improve dataset]
67
66
update_files --> save_changes[Save Changes - No New Version]
0 commit comments