Skip to content
Snippets Groups Projects

DOC: update CHANGELOG

Merged Timm Fitschen requested to merge release-0.5.0 into main
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -1171,7 +1171,7 @@ var version_history = new function () {
if (this._has_version_fragment()) {
const first_entity = $(".caosdb-entity-panel")[0];
if (first_entity && hasEntityPermission(first_entity, "RETRIEVE:HISTORY")) {
console.log("Showing full version modal for first entity");
logger.debug("Showing full version modal for first entity");
const version_button = $(first_entity).find(".caosdb-f-entity-version-button");
version_button.click();
const full_version_history_button = $(first_entity).find(".caosdb-f-entity-version-load-history-btn");
Loading