Details
-
Fix
-
Status: Approved (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.11, 2.7.3, 2.8.0
-
None
Description
Current Situation:
- When a deployed or released object is copied or cut, then pasted into the same or another folder, and renamed using the Name field in the object properties, deploying or releasing the renamed object using the Deploy/Release button results in errors such as:
DBMissingDataException: Couldn't find the jobresource: /Test-Resource
DBMissingDataException: Couldn't find the schedule: /Test-Schedules
Steps to reproduce:
- Select a deployed or released object (e.g., JobResource or Schedule).
- Use Copy or Cut, then Paste the object into a folder.
- Rename the pasted object using the Name field in the object properties panel.
- Click the Deploy or Release button in the upper-right corner.
- Observe the error.
Desired Behavior
- When a deployed or released object is copied or cut, pasted into the same or another folder, and renamed using the Name field in the object properties, deploying or releasing the renamed object using the Deploy/Release button should successfully deploy or release it with the updated name.