Browse Source

Action follow oublié dans le processus: si déco redirection js.

bastien 13 years ago
parent
commit
fc1eb5659d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Muzich/CoreBundle/Resources/config/security.yml

+ 1 - 0
src/Muzich/CoreBundle/Resources/config/security.yml View File

@@ -68,6 +68,7 @@ security:
68 68
         ## Ouvert pour l'ajax (et le message de redirection en cas de déco)
69 69
         - { path: ^/(?:fr|en)/search-elements, role: IS_AUTHENTICATED_ANONYMOUSLY }
70 70
         - { path: ^/(?:fr|en)/element, role: IS_AUTHENTICATED_ANONYMOUSLY }
71
+        - { path: ^/(?:fr|en)/follow/user, role: IS_AUTHENTICATED_ANONYMOUSLY }
71 72
         - { path: ^/(?:fr|en)/favorite/add, role: IS_AUTHENTICATED_ANONYMOUSLY }
72 73
         - { path: ^/(?:fr|en)/favorite/remove, role: IS_AUTHENTICATED_ANONYMOUSLY }
73 74
         - { path: ^/(?:fr|en)/element/add, role: IS_AUTHENTICATED_ANONYMOUSLY }