rainerc / cr-data-manager

Automatically exported from code.google.com/p/cr-data-manager
1 stars 0 forks source link

add modifier: Remove #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Remove can be useful for multi-value fields:

<<Tags.Remove:thisTag>>

result in Tags field:
before dataMan runs: "thisTag,anotherTag>>
after dataMan runs: "anotherTag"

Original issue reported on code.google.com by rainer.c...@googlemail.com on 22 Mar 2013 at 2:15

GoogleCodeExporter commented 9 years ago
maybe this modifier is not necessary when the Replace modifier is implemented.

<<Tags.Replace:thisTag->>> or <<Tags.Replace:thisTag||>>

would do the same thing.

Original comment by rainer.c...@googlemail.com on 22 Mar 2013 at 7:09

GoogleCodeExporter commented 9 years ago
fixed with 0.1.11

Original comment by rainer.c...@googlemail.com on 24 Mar 2013 at 6:28

GoogleCodeExporter commented 9 years ago
fixed with 0.1.11

Original comment by rainer.c...@googlemail.com on 24 Mar 2013 at 9:11