Skip to content

Commit

Permalink
prevent error when deleting container with undeletable content
Browse files Browse the repository at this point in the history
  • Loading branch information
mtbc committed May 6, 2015
1 parent 0882649 commit 7609e64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/blitz/resources/ome/services/blitz-graph-rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
<bean parent="graphPolicyRule" p:matches="L:ILink.parent = [I], L.child = C:[E]{o}/o" p:changes="C:[I]"/>
<bean parent="graphPolicyRule" p:matches="!$to_private, L:ILink.parent = [I], L.child = C:[E]{o}/d" p:changes="C:[I]/n"/>
<bean parent="graphPolicyRule" p:matches="$to_private, L:ILink[E].parent = [I], L.child = [E]{o}/!o" p:changes="L:[D]/n"/>
<bean parent="graphPolicyRule" p:matches="L:ILink[!D].parent = [DI], L.child = [E]{a}" p:changes="L:[D]/n"/>
<bean parent="graphPolicyRule" p:matches="L:ILink.parent = [I], L.child = C:Job[E]{o}" p:changes="C:[I]"/>
<bean parent="graphPolicyRule" p:matches="[I] == X:[E]{o}" p:changes="X:[I]"/>
<bean parent="graphPolicyRule" p:matches="[I] == X:[D]" p:changes="X:[I]"/>
Expand Down Expand Up @@ -301,6 +302,7 @@
<bean parent="graphPolicyRule" p:matches="L:ILink.parent = [D], L.child = C:Job[E]{o}" p:changes="C:[D]"/>
<bean parent="graphPolicyRule" p:matches="L:ILink[E].parent = [E], L.child = C:[D]" p:changes="L:[D]/n"/>
<bean parent="graphPolicyRule" p:matches="L:ILink[!D].parent = [D], L.child = [D]" p:changes="L:[D]/n"/>
<bean parent="graphPolicyRule" p:matches="L:ILink[!D].parent = [D], L.child = [E]{a}" p:changes="L:[D]/n"/>
<bean parent="graphPolicyRule" p:matches="L:ILink[!O]" p:changes="L:[-]"/>
<bean parent="graphPolicyRule" p:matches="F:Fileset[E]{r}.images = Image[E]{i}" p:changes="F:{a}"/>
<bean parent="graphPolicyRule" p:matches="I:Image[E]{!a}.rois = [D]" p:changes="I:{a}"/>
Expand Down

0 comments on commit 7609e64

Please sign in to comment.