PDA

View Full Version : This has gotta be a bug - template editing


amykhar
Sat 15th Dec '01, 2:14pm
Currently, If I go to one template, and copy a bit of code, and then use the drop down box to go to the same template in a different template set, paste the code in and then save it something really unexpected happens.

The orignial template that I was looking at seems to be deleted or moved to the other template set. When I go back to the original template set, I am looking at the default template and not my modified one that should be there.

I should be able to use that drop down to cycle through the various sets and make changes and have the changes only take effect in template sets that I actually save.

Amy

bira
Sat 15th Dec '01, 2:45pm
amy this isn't a bug - it's doing what it is intended to do.

The dropdown box is not a "jump to" - it's a templetsetid assignment.

So, if you have a custom template in templateset #2, and you now select templetset #3, it will do UPDATE template SET templetsetid='3' -- meaning, it MOVES the template from one set to another.

amykhar
Sat 15th Dec '01, 4:38pm
Yikes. I would rather it COPY instead of move. Guess I am going to have to do some coding when I get some time.

:(

Amy

bira
Sat 15th Dec '01, 5:08pm
perhaps two dropdown boxes would be good:

Copy to:

Move to:

Dunno. I wouldn't the option to move get abolished altogether.