Skip to content

Commit

Permalink
Merge branch '5.0-trunk'
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Dec 30, 2024
2 parents 152f71d + 30355a8 commit 4dc46a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions share/html/Admin/Tools/Theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ <h3><&|/l&>Custom CSS (Advanced)</&></h3>
colors => $colors,
},
);
RT->System->Attributes->RedoSearch;

push @results, loc("Unable to set UserLogo: [_1]", $msg) unless $id;

Expand Down
4 changes: 4 additions & 0 deletions share/static/js/lifecycleui-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ htmx.onLoad(function () {
self.ToggleSimulation();
return true;
});

jQuery('form[name=ModifyLifecycle]').submit(function(e) {
self.ExportAsConfiguration();
});
}

RenderNode() {
Expand Down

0 comments on commit 4dc46a5

Please sign in to comment.