mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 23:36:41 +00:00
[Events] View policy test
Created a test for the MessagesViewPolicy. #18.
This commit is contained in:
parent
ba1f86da25
commit
e7598adcee
@ -51,6 +51,8 @@ define(
|
||||
if (domainObject.getModel().type !== 'eventGenerator') {
|
||||
return false;
|
||||
}
|
||||
|
||||
// TODO: This may later apply to more types beyond just eventGenerator.
|
||||
}
|
||||
|
||||
// Like all policies, allow by default.
|
||||
|
@ -3,5 +3,6 @@
|
||||
"EventListController",
|
||||
"EventListPopulator",
|
||||
"MCTDataTable",
|
||||
"MessagesViewPolicy",
|
||||
"RangeColumn"
|
||||
]
|
Loading…
Reference in New Issue
Block a user