Page MenuHomePhabricator

Invalid Campaign Manager (old campaign with half-username)
Open, In Progress, Needs TriagePublic

Description

Hi!

Years ago i created a couple of campaigns, and in some point they were migrated with half my username, so i cannot edit them.

"Mauricio V. Gen" -> "Mauricio V. Genta"

Can this be fixed? Thanks :)

Event Timeline

lokas changed the task status from Open to In Progress.Dec 16 2025, 2:06 PM
lokas claimed this task.

Hi, I have fixed the issue.

The campaign manager was updated in the database using the following SQL:

UPDATE campaign
SET manager_id = 263
WHERE id IN (187, 188);

The affected campaigns are:

You now have permission to manage both campaigns.
Please check and let me know if everything is working correctly.

Thanks,

Everything working fine now. Thanks you @lokas !