Ticketing 2.0.3
Prerequisites
Note
This version requires:
- DataMiner 10.5.9/10.6.0 or higher
- Standard Data Model Registration 2.0.x or higher
Tip
Installing the following apps alongside the Ticketing Solution will provide access to additional functionality:
- MediaOps.Plan 1.4.x or higher: Required to be able to assign people to tickets.
- InfraOps: Required to be able to link assets to tickets.
Fixes
Ticket type enum field display issue [ID 45143]
Previously, UI handling for adding ticket type fields was refactored to make the code cleaner and easier to maintain. However, this change introduced an issue when an enum field was followed by another field. The UI did not properly clean up previous fields before adding enum options, which caused display issues.
This issue has now been resolved, restoring the correct behavior while keeping the improved code structure.