Skip to content

Commit

Permalink
#383 nicer groupings of fields into tabs for Mapping in dozer
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Jul 8, 2013
1 parent 74acc52 commit 20e6d0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hawtio-web/src/main/webapp/app/wiki/js/dozerMappings.ts
Expand Up @@ -16,6 +16,12 @@ module Wiki {
'To Field': ['b\\..*'],
'Field Configuration': ['*']
};
io_hawt_dozer_schema_Mapping["tabs"] = {
'Classes': ['class-a.value', 'class-b.value'],
'From Class': ['class-a\\..*'],
'To Class': ['class-b\\..*'],
'Class Configuration': ['*']
};

$scope.gridOptions = {
selectedItems: $scope.selectedItems,
Expand Down

0 comments on commit 20e6d0a

Please sign in to comment.