Skip to content

Commit

Permalink
Make NotificationConfigurationType a container
Browse files Browse the repository at this point in the history
This data structure is now a container (instead of a property)
in order to allow intelligent editing within new system configuration
page.
  • Loading branch information
mederly committed Jul 9, 2018
1 parent c06b531 commit 174347b
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -422,9 +422,9 @@
A configuration for user notifications. It defines how should be notifications created in various
situations, e.g. when an account is created or removed.
</xsd:documentation>
<!--<xsd:appinfo>-->
<!--<a:container/>-->
<!--</xsd:appinfo>-->
<xsd:appinfo>
<a:container/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="handler" type="tns:EventHandlerType" minOccurs="0" maxOccurs="unbounded"/> <!-- implicit fork -->
Expand Down

0 comments on commit 174347b

Please sign in to comment.