Jump to content

Using a label in a form action prevents the interface from loading


PeterH

Recommended Posts

I'm finding that if I attempt to use a label, it stops the action form interface from loading.
This appears to be a FTrack bug, as the same thing happens when trying the example form action.
If I copy and paste the exact code (and change a bit to connect to the event hub), clicking on the action does absolutely nothing. If I go and remove the label entry from the form, then it loads fine.

Link to comment
Share on other sites

  • 1 year later...

Hey, I'm finding the same thing is happening again, I can't load any action that contains a label. I gave incognito mode a try and asked someone else to test, so it doesn't appear to be an issue with cookies or settings on an account.

Each time one of these forms attempts to load, It pops up with one of two JS errors in the chrome console:

image.png.4e2224379d0a9f27cfa69b4706818746.png

 

Edit: Figured it out, was my fault.

I'd done a multiline string, but one of the lines had a comma by mistake which turned it to a tuple. That was breaking the form display code and leaving it unable to display labels anywhere, hence why I thought it was broken for everything.

Edited by PeterH
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...