Ticket #109 (assigned defect)

Opened 10 months ago

Last modified 10 months ago

on skin name change: update all tempate_contents

Reported by: gaspard Assigned to: gaspard (accepted)
Priority: major Milestone: 1.0
Component: zena Keywords:
Cc: Estimated Number of Hours: 0
Add Hours to Ticket: 0 Billable?: 1
Total Hours: 0

Description

Or the master templates won't be found.

Need to update skin_name in all nodes ?

Why not store an id ?

Change History

2008-01-31 20:40:48 changed by gaspard

  • status changed from new to assigned.

Updating could be as simple as update nodes set skin='new_name' where skin='old_name' and site_id=....

template_contents is ok.