#HELP [service order]

3 messages · Page 1 of 1 (latest)

pure dagger
#

Good afternoon! I am facing a challenge in my project related to work orders (OS). At the moment, I'm trying to integrate these OSes into a calendar, where the idea is that, when clicking on an event, a modal opens to display previous information about the corresponding OS. However, when clicking, the modal displays information about all OSs created, instead of just the OS specific to the clicked event.

To provide a clearer view of the problem, I have attached my HTML code, the associated controller and a text file with the routes used. Thank you in advance for any help or guidance in resolving this issue. If you need specific snippets of code or additional information, I'm happy to provide them.

tight zenith
#

You are looping orders and adding it to the modal in your code.

pure dagger