Opened 17 years ago
Closed 17 years ago
#241 closed defect (fixed)
Files that have been used for parameters to a job can't be deleted properly
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.2 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The File.isUsed() function return false, but you get a database constraint violoation if you try to delete it. In order to be able to delete the file, the job must first be deleted. Other item parameters to jobs can be deleted without deleting the job.
Change History (6)
comment:1 Changed 17 years ago by
Priority: | minor → trivial |
---|
comment:2 Changed 17 years ago by
Milestone: | BASE 2.0 → BASE 2.0+ |
---|
comment:3 Changed 17 years ago by
Milestone: | BASE 2.x+ → BASE 2.1 |
---|
comment:4 Changed 17 years ago by
Milestone: | BASE 2.1 → BASE 2.2 |
---|
comment:5 Changed 17 years ago by
Status: | new → assigned |
---|
comment:6 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2899]) Fixes #241: Files that have been used for parameters to a job can't be deleted properly