Closed (works as designed)
Project:
Workflow
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2007 at 12:53 UTC
Updated:
2 Dec 2013 at 00:02 UTC
Jump to comment: Most recent
Comments
Comment #1
reg commentedHmm, that's meant to read shows up as "...& amp ;..." without the spaces.
Comment #2
reg commentedNever saw a response to this. Is this module still supported?
Comment #3
gregglesI tried to get this to happen again but couldn't. Perhaps you are using an older version?
What page is the "product page" ?
Comment #4
verta commentedI have duplicated this in 6.x-1.x-dev.
If I put in a workflow with a title of Q&A, it will be saved with the ampersand HTML encoded as
The workflow title can't be changed once saved, which is kind of annoying. There is SO much work to set up all the check boxes if you have even a few steps and a few roles, that if a feature request to make this editable would be entertained, I would enter it. If there already is one, I will be happy to +1 it.
Comment #5
verta commentedchanging the title, perhaps to bump the issue?
I put an ampersand in the title of a workflow, and it is now
and I can't remove the encoding or change the title.
Would it help to change this to a feature request to be able to edit the title?
Comment #6
Bastlynn commentedSince this request is over a year old, I'm going to assume a solution was found or you've moved on. If not, please get updated to the latest versions of all modules and make a request for it against Drupal 7 if the problem is still there and I'll be glad to take a look at it.
Comment #7
verta commentedI don't have a D7 instance to test against, but thanks. I know D7 has been out a while, but upgrading is not an option right now, there are modules we need that are not migrated.
Is D6 unsupported by this module going forward?
Comment #8
Bastlynn commentedWe are currently working on a path for 7 at the moment, but 6 isn't abandoned. If you're not on the latest 6 release for Workflow, go ahead and get to that if you can - if you're already at that point let me know and I'll take a look at this once I get some time to put to it.
Comment #9
Bastlynn commentedIt looks like theworkflow title is saved with the & into the database but on display then being sent through check_plain. (This is important to avoid javascript injection issues.) However, I'm thinking check_plain may not be helping, especially if that value is then filtered a second time. I'm going to keep looking.
Comment #10
reg commentedAre you sure this is worth pursuing? I posted this issue in 2007, surely there must be a lot of changes to the module since then making it suspect that this is even an issue anymore, even if it was never directly addressed.
Comment #11
Bastlynn commentedIf an issue has a pulse attached to it (aka active people responding) then it gets more weight to it. It's small, but still worth looking at while I'm in the code. :)
Comment #12
reg commentedYou learn something new everyday.
Comment #13
johnvCannot reproduce this in D7. Reflecting this in the title.
Comment #14
johnvFollowing #10, and closing this issue.