[Edit] Set key on represent

Set key on represent so that commit function can properly persist
configuration per object type.  Add tests to EditRepresenter

Fixes https://github.com/nasa/openmct/issues/1367
This commit is contained in:
Pete Richards
2016-12-23 10:59:30 -08:00
parent c4d47ddc26
commit a768b12985
3 changed files with 128 additions and 46 deletions

View File

@ -374,7 +374,6 @@ define([
{
"implementation": EditRepresenter,
"depends": [
"$q",
"$log"
]
},