Closed BenJackGill closed 6 years ago
@bennygill Did you mean to publish this in the Gravity Forms Add-on Bug report area? I think you meant to create this in Pods: https://github.com/pods-framework/pods/issues/new
Whoops! Yes it was supposed to be over there. I'm new to this. Can we move it over somehow?
@jimtrue should I delete this bug report and resubmit to the correct place?
My apologies, yep. I can close this one if you can resubmit to the correct area. That report actually asks for your debug details so that's a better place to resubmit.
Issue Overview
If a new currency custom field is created and referenced in a template after a post has been published, it will crash the page (the post turns white, header still shows).
For example this template will crash the page: [if new_currency_field_added_after_post_creation]Show some stuff[/if]
You have to go and manually "update" each post to fix the crash.
Expected Behavior
Since the currency is expected to be blank (e.g. no one has gone into the post and added a value and saved the post) the if statement should evaluate to "false" and not return anything.
Current Behavior
It crashes the post, the entire post turns white (except for the header).
Steps to Reproduce (for bugs)