From d3af78787013a5a8e02d091620f98a6c61f94a2c Mon Sep 17 00:00:00 2001
From: David Rozas <david.rozas@gmail.com>
Date: Tue, 30 Oct 2012 11:01:07 +0000
Subject: [PATCH] Issue #18121700: Modifying the vocabulary machine name to
 tags for the example

---
 patterns_examples/patterns/taxonomy_term_add.yaml    |    3 +--
 patterns_examples/patterns/taxonomy_term_delete.yaml |    3 +--
 patterns_examples/patterns/taxonomy_term_modify.yaml |    2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/patterns_examples/patterns/taxonomy_term_add.yaml b/patterns_examples/patterns/taxonomy_term_add.yaml
index f6f4c60..57a98a3 100644
--- a/patterns_examples/patterns/taxonomy_term_add.yaml
+++ b/patterns_examples/patterns/taxonomy_term_add.yaml
@@ -19,5 +19,4 @@ actions:
         tag: term
         name: Patatina
         descr: This is a Patatina
-        vocabulary: anothervoc # machine_name
-        #vid: 2
+        vocabulary: tags # machine_name
diff --git a/patterns_examples/patterns/taxonomy_term_delete.yaml b/patterns_examples/patterns/taxonomy_term_delete.yaml
index ac43431..54d96af 100644
--- a/patterns_examples/patterns/taxonomy_term_delete.yaml
+++ b/patterns_examples/patterns/taxonomy_term_delete.yaml
@@ -21,6 +21,5 @@ actions:
 
     - delete:
         tag: term
-        vocabulary: anothervoc # machine_name
+        vocabulary: tags # machine_name
         name: Not_Patatina
-        #tid: 1
diff --git a/patterns_examples/patterns/taxonomy_term_modify.yaml b/patterns_examples/patterns/taxonomy_term_modify.yaml
index 07a771e..836dbc9 100644
--- a/patterns_examples/patterns/taxonomy_term_modify.yaml
+++ b/patterns_examples/patterns/taxonomy_term_modify.yaml
@@ -19,4 +19,4 @@ actions:
         name: Not_Patatina
         descr: This is not a Patatina
         tid: 1
-        vocabulary: anothervoc # machine_name
+        vocabulary: tags # machine_name
-- 
1.7.10.4

