This issue has been created
There is 1 update.
 
 
Job Macro / cid:jira-generated-image-avatar-f0faa8f4-91c0-4e18-8c97-03eaca7f1fae JOBMACRO-22 Open

No javascript event is triggered anymore when the job is done

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-b43a6ff8-c0e1-4d13-8a63-2ec0f8184f96 Mohamed Boussaa created this issue on 03/Mar/25 12:55
 
Summary: No javascript event is triggered anymore when the job is done
Issue Type: cid:jira-generated-image-avatar-f0faa8f4-91c0-4e18-8c97-03eaca7f1fae Bug
Affects Versions: 2.2.0
Assignee: Unassigned
Created: 03/Mar/25 12:55
Labels: regression
Priority: cid:jira-generated-image-static-major-ea041604-9654-4a58-a79a-4db1a73677e3 Major
Reporter: Mohamed Boussaa
Description:

Since version 2.0 of the job macro the javascript event ('job:done') is not anymore triggered by the macro JSX (JobMacro.JobProgressMacro) when the job is done. The javascript event was introduced by this improvement JOBMACRO-7 (see commit

Because of JOBMACRO-12 the job macro is now relying on the javascript code available in "ui components/job/job.js" which is missing the improvement.

 
 

1 update

 
cid:jira-generated-image-avatar-b43a6ff8-c0e1-4d13-8a63-2ec0f8184f96 Changes by Mohamed Boussaa on 03/Mar/25 12:58
 
Description: Since version 2.0 of the job macro the javascript event ('job:done') is not anymore triggered by the macro JSX (JobMacro.JobProgressMacro) when the job is done. The javascript event was introduced by this improvement JOBMACRO-7 (see [commit| [https://github.com/xwiki-contrib/macro-job/commit/6802cb229b745d6c7fb2acf3ab4430e648cb0be2 #diff-967a266f3f7bb67607f1c44a1c704b2dc10a5d3fdd137f846f8857ca32b90a35R201]).]

Because of JOBMACRO-12 the job macro is now relying on the javascript code available in "
resources/ ui components/job/job.js" which is missing the improvement.