Skip to content

Commit

Permalink
Ferme #2553 : evacuer id_article du contexte de la liste des articles…
Browse files Browse the repository at this point in the history
… de la meme rubrique

git-svn-id: svn://trac.rezo.net/spip/spip@19061 caf5f3e8-d4fe-0310-bb3e-c32d5e47d55d
  • Loading branch information
Cerdic committed Mar 5, 2012
1 parent a59f9a4 commit 1c45e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions prive/objets/liste/articles-memerubrique.html
@@ -0,0 +1 @@
<INCLURE{fond=prive/objets/liste/articles,env,id_article=''}>
2 changes: 1 addition & 1 deletion prive/squelettes/extra/article.html
@@ -1,7 +1,7 @@
<BOUCLE_extra(ARTICLES){id_article}{statut?}{si #ENV{exec}|=={article}}>
#SET{statut,#SESSION{statut}|statuts_articles_visibles}
#SET{where,#VAL{id_article!=}|concat{#ID_ARTICLE}}
<INCLURE{fond=prive/objets/liste/articles,id_rubrique=#ID_RUBRIQUE,where=#GET{where},statut=#GET{statut},ajax}>
<INCLURE{fond=prive/objets/liste/articles-memerubrique,id_rubrique=#ID_RUBRIQUE,where=#GET{where},statut=#GET{statut},ajax}>

</BOUCLE_extra>
[(#ENV{exec}|=={article_edit}|oui)<INCLURE{fond=prive/squelettes/extra/article_edit,env}>]
Expand Down

0 comments on commit 1c45e80

Please sign in to comment.