This website works better with JavaScript.
Home
Help
Sign In
spip-contrib-extensions
/
agenda
Watch
55
Star
2
Fork
1
Code
Issues
6
Pull Requests
0
Releases
8
Wiki
Activity
Browse Source
Ajout de la déclaration du parent des évènements (= article)
issue11
Charles Razack
1 year ago
parent
78164a2899
commit
28de52fa49
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
base/agenda_evenements.php
+1
-1
paquet.xml
+ 4
- 0
base/agenda_evenements.php
View File
@ -143,6 +143,10 @@ function agenda_declarer_tables_objets_sql($tables) {
),
'texte_changer_statut'
=>
'agenda:texte_evenement_statut'
,
'champs_versionnes'
=>
array
(
'id_article'
,
'titre'
,
'descriptif'
,
'lieu'
,
'adresse'
,
'date_debut'
,
'date_fin'
,
'horaire'
,
'timezone_affiche'
,
'inscription'
,
'places'
),
'parent'
=>
array
(
'type'
=>
'article'
,
'champ'
=>
'id_article'
,
),
);
//-- Jointures ----------------------------------------------------
+ 1
- 1
paquet.xml
View File
@ -1,7 +1,7 @@
<paquet
prefix="agenda"
categorie="date"
version="4.1.
2
"
version="4.1.
3
"
etat="test"
compatibilite="[3.2.0;3.3.*]"
logo="prive/themes/spip/images/evenement-32.png"
Write
Preview
Loading…
Cancel
Save