Skip to content

Commit

Permalink
fix missing irods delete request css classes (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Oct 31, 2022
1 parent 188cc42 commit 3cd4431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Fixed
- Invalid modify API settings in production config (#1503)
- **Samplesheets**
- Uncaught project lock exceptions in iRODS delete request accepting (#1495)
- Missing CSS classes for failed iRODS delete requests (#1513)
- **Taskflowbackend**
- Unhandled project lock exceptions (#1496, #1500, #1511)
- Landing zone status not updated on flow lock/build errors (#1498)
Expand Down
1 change: 1 addition & 0 deletions samplesheets/templatetags/samplesheets_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
DEFAULT_TAG_COLOR = 'secondary'
REQUEST_STATUS_CLASSES = {
'ACTIVE': 'bg-info text-white',
'FAILED': 'bg-danger text-white',
'ACCEPTED': 'bg-success text-white',
'REJECTED': 'bg-danger text-white',
}
Expand Down

0 comments on commit 3cd4431

Please sign in to comment.