Skip to content

Commit f734cfb

Browse files
authored
Merge pull request #54 from Frisle/patch-4
Update Post.cls
2 parents 0fc6757 + c054d9e commit f734cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iris/src/cls/BI/Post.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Class BI.Post Extends %DeepSee.CubeDefinition [ DependsOn = Community.Post, Proc
77
/// Cube definition from Architect.
88
XData Cube [ XMLNamespace = "http://www.intersystems.com/deepsee" ]
99
{
10-
<cube xmlns="http://www.intersystems.com/deepsee" name="Post" displayName="Post" disabled="false" abstract="false" sourceClass="Community.Post" buildRestriction="Published=1 AND Deleted=0" countMeasureName="PostCount" bucketSize="8" bitmapChunkInMemory="false" precompute="0" disableListingGroups="false">
10+
<cube xmlns="http://www.intersystems.com/deepsee" name="Post" displayName="Post" disabled="false" abstract="false" sourceClass="Community.Post" buildRestriction="Published=1 AND Deleted=0 AND PostType != 'Digest'" countMeasureName="PostCount" bucketSize="8" bitmapChunkInMemory="false" precompute="0" disableListingGroups="false">
1111
<dimension name="Name" disabled="false" hasAll="false" allCaption="All Name" allDisplayName="Name" type="data" hidden="false" showHierarchies="default">
1212
<hierarchy name="H1" disabled="false" hidden="false">
1313
<level name="Name" disabled="false" sourceProperty="%ID" list="false" useDisplayValue="true" useAsFilter="true" hidden="false">

0 commit comments

Comments
 (0)