Skip to content

Commit

Permalink
Removed manageHouseholds overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Bromer committed May 11, 2012
1 parent b11f036 commit 5d0d5ae
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/objects/Household__c.object
Expand Up @@ -14,19 +14,15 @@
</actionOverrides>
<actionOverrides>
<actionName>Edit</actionName>
<content>manageHousehold</content>
<skipRecordTypeSelect>false</skipRecordTypeSelect>
<type>Visualforce</type>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>List</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>New</actionName>
<content>manageHousehold</content>
<skipRecordTypeSelect>false</skipRecordTypeSelect>
<type>Visualforce</type>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Tab</actionName>
Expand Down

0 comments on commit 5d0d5ae

Please sign in to comment.