mirror of
https://github.com/nasa/openmct.git
synced 2024-12-25 07:41:06 +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') {
|
if (domainObject.getModel().type !== 'eventGenerator') {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: This may later apply to more types beyond just eventGenerator.
|
||||||
}
|
}
|
||||||
|
|
||||||
// Like all policies, allow by default.
|
// Like all policies, allow by default.
|
||||||
|
@ -3,5 +3,6 @@
|
|||||||
"EventListController",
|
"EventListController",
|
||||||
"EventListPopulator",
|
"EventListPopulator",
|
||||||
"MCTDataTable",
|
"MCTDataTable",
|
||||||
|
"MessagesViewPolicy",
|
||||||
"RangeColumn"
|
"RangeColumn"
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user