Bugs
Search the entire project
This project's trackers
Project
People
Advanced search
Log In  / New Account
Home
My Page
Projects
Sympa
Summary
Activity
Tracker
SCM
Listes Sympa
Bugs: Browse
|
Download .csv
|
Monitor
[#1026] Can't update the topic of lists in a family
Date:
2006-09-19 16:12
Priority:
3
State:
Open
Submitted by:
Frédéric Jacquot (
deelight
)
Assigned to:
Nobody (None)
:
major
Category:
Families
Group:
5.2.1
Resolution:
None
Platform:
Summary:
Can't update the topic of lists in a family
Detailed description
I have created a few months ago a large number of lists using the family feature of sympa. Now, I want to move them under a different topic section.
The xml I generated (/path/to/mylistfamily.xml in my example) looks like :
<?xml version="1.0" ?>
<family>
<list>
...
<parent_category>folder/subfolder</parent_category>
</list>
</family>
And i'm using a template (~sympa/etc/families/mylistfamily/config.tt2) which contains :
topics [% parent_category %]
When i try to update my lists, I launch :
/sympa.pl --instantiate_family mylistfamily --input_file /path/to/mylistfamily.xml
I receive a confirmation message which says that my lists "have been updated and aliases are ok". However, all lists are still under their old topic...
Am I missing something ?
Thanks for your help.
Followup
No Followups Have Been Posted
Attached Files:
No Files Currently Attached
Changes:
No Changes Have Been Made to This Item