Skip to content

Commit

Permalink
Fixed missing notification in process management activity dialog edit…
Browse files Browse the repository at this point in the history
… screen.
  • Loading branch information
dennykorsukewitz committed Feb 28, 2025
1 parent 098cbc1 commit b1731df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 6.5.15 2025-xx-xx
- 2025-02-28 Fixed missing notification in process management activity dialog edit screen.
- 2025-02-28 Fixed doubled notification in process management transition edit screen.
- 2025-02-27 Fixed obsolete parameter in overview URL. After jumping to AgentTicketZoom from an overview like AgentTicketStatus and return to that overview the URL parameter TicketID stays persistent to the URL. This action is repetitive and works with multiple TicketIDs, but the TicketID is not needed in anyway.
- 2025-02-25 Added missing DynamicFieldScreens configuration for `LinkObject::ComplexTable###Ticket`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<div class="SpacingTop">
# <button>[% Translate("Create New Activity Dialog") | html %]</button>
<!-- TODO Re-implemented as link, but it can be a button if needed (button is disabled by leading #) -->
<a href="#" data-entity="" data-id="" data-processid="[% Data.ProcessID %]" data-action="AdminProcessManagementActivityDialog" data-subaction="ActivityDialogNew" class="CallForAction AsPopup_Redirect" ><span>[% Translate("Create New Activity Dialog") | html %]</span></a>
<a href="#" data-entity="" data-id="" data-processid="[% Data.ProcessID %]" data-action="AdminProcessManagementActivityDialog" data-subaction="ActivityDialogNew" class="CallForAction AsPopup_Redirect Edit_Confirm" ><span>[% Translate("Create New Activity Dialog") | html %]</span></a>


</div>
Expand Down

0 comments on commit b1731df

Please sign in to comment.