Skip to content

Commit

Permalink
SubsiteVirtualPage: SubsiteID should not be a virtual field
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerkrauss committed May 30, 2017
1 parent 709cbfa commit 6f1e1ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/pages/SubsitesVirtualPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ class SubsitesVirtualPage extends VirtualPage
'CustomExtraMeta' => 'HTMLText'
];

private static $non_virtual_fields = [
'SubsiteID'
];

public function getCMSFields()
{
$fields = parent::getCMSFields();
Expand Down

0 comments on commit 6f1e1ab

Please sign in to comment.