Smarty3 compatibilty with Contribution Amount tab #27782
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Fixes to the Amount tab in the contribution page set for Smarty3
Before
With smarty 3 at this url https://dmaster.localhost:32353/civicrm/admin/contribute/amount?reset=1&action=update&id=3&snippet=json we see
After
fixed
The code drives the display of the recurring pledge start date - see
Technical Details
Once I got down to it the problem was just silly use of variable names but in the process I
get
functions$isQuick
- there are still a bunch of them but they are swallowed by the ajax renderingComments