WebGUI
      Click here to register.
      
irc://irc.freenode.net#webgui

iPhoneGuy: WebGUI is a pile of crap.
rizen: If WebGUI is such a pile of crap, why do you use it?
iPhoneGuy: Because it's the best pile of crap out there.

If this is what people who hate us are saying, imagine what people who love us will say. Come join us on IRC.

Unlock Version Tag

When you are in admin console >> version tag >> manage pending version

Roll over the tag you want to unlock and get the tagId from the link then run the command below from command line or GUI

update assetVersionTag islocked = 0 where tagId = ?

Once you have the version tag unlocked you can switch the workflow it uses to commi.

 

This happens sometimes when you tell WebGUI to commit "Commit Content Immediately" and still ask for approval. If the email never gets sent then you can't get the link to approval the version tag.

The link could possible look like..

http://domain.com?op=manageRevisionsInTag;workflowInstanceId=?;tagId=?

To get your workflowInstanceId in the database do a command like this.

SELECT workflowInstanceId FROM assetVersionTag where tagId = ?

This will be your workflowinstanceid. Then you can create the link above and hopefully commit your tag

Keywords: tags, version unlock stuck tag