Skip to content

Commit

Permalink
Fixed messages yml file so it does not break the system
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Szostak committed Jul 24, 2017
1 parent 248272b commit c2085cc
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions src/main/resources/rules/messages.yml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
messages:

# - !com.agreemount.slaneg.message.Message
# id: sampleMsg #unique identifier
# type: success #type of message, string
# body: thisIsDraft
# constraint:
# !com.agreemount.slaneg.constraint.action.definition.Operator
# type: AND
# children:
# - !com.agreemount.slaneg.constraint.action.definition.StateEqualsDef
# negation: true #always visible
# state: asfsd
# value: drfasdfsdafaft
- !com.agreemount.slaneg.message.Message
id: sampleMsg #unique identifier
type: success #type of message, string
body: thisIsDraft
constraint:
!com.agreemount.slaneg.constraint.action.definition.Operator
type: AND
children:
- !com.agreemount.slaneg.constraint.action.definition.StateEqualsDef
state: asfsd
value: sample_value

0 comments on commit c2085cc

Please sign in to comment.