camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.11k stars 1.55k forks source link

Legacy `requireJS` based frontend plugins are loaded from wrong directory #3701

Closed tasso94 closed 1 year ago

tasso94 commented 1 year ago

Environment (Required on creation)

7.20 Webapps

Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket)

Legacy requireJS based frontend plugins are loaded from the wrong directory.

Steps to reproduce (Required on creation)

Observed Behavior (Required on creation)

Frontend plugin is loaded from /camunda/app/tasklist/default/scripts/plugin.js?bust=7.20.0-SNAPSHOT

Expected behavior (Required on creation)

Frontend plugin is loaded from /camunda/app/tasklist/scripts/plugin.js?bust=7.20.0-SNAPSHOT

Root Cause (Required on prioritization)

Wrong path was configured.

Solution Ideas

Configure the correct path.

Hints

Links

Breakdown

### Pull Requests
- [ ] https://github.com/camunda/camunda-bpm-platform/pull/3702

Dev2QA handover

tasso94 commented 1 year ago

Handover Dev ↔️ QA

Apply plugin and configuration: cats-plugin.zip

gbetances089 commented 1 year ago

Plugin looks to be loaded from http://localhost:8080/camunda/app/tasklist/scripts/plugin.js?bust=7.20.0-SNAPSHOT

Image