Skip to content

Commit

Permalink
Merge pull request #716 from SEED-platform/690-coparent-field-detail-…
Browse files Browse the repository at this point in the history
…page

Add co_parent to list of invalid keys to show on building detail page.
  • Loading branch information
mmclark committed Feb 5, 2016
2 parents 1e58a9b + e1ccccf commit f9db2d3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ angular.module('BE.seed.controller.building_detail', [])
'pk',
'super_organization',
'source_type',
'duplicate'
'duplicate',
'co_parent'
];
var no_invalid_key = known_invalid_keys.indexOf(key) === -1;

Expand Down

0 comments on commit f9db2d3

Please sign in to comment.