-
Notifications
You must be signed in to change notification settings - Fork 38
[MDS-6459] TSF bug fixes #3484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MDS-6459] TSF bug fixes #3484
Conversation
I don't think this addresses the URL parameter on MineSpace issue (Observation #4 on the ticket). |
|
|
|
|
@@ -40,7 +40,7 @@ class TailingsStorageFacilityType(Enum): | |||
def __str__(self): | |||
return self.value | |||
|
|||
class MineTailingsStorageFacility(AuditMixin, Base): | |||
class MineTailingsStorageFacility(AuditMixin, HistoryMixin, Base): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought about doing this, but didn't actually do it (because scope I guess?), and I'm glad you did.
Objective
MDS-6459
Fixes a number of minor bugs with TSF & Dams