Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix clean up of UDF on loading new campaign #3499

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

cwisniew
Copy link
Member

@cwisniew cwisniew commented Jul 18, 2022

Identify the Bug or Feature request

resolves #3334

Description of the Change

Fixes the issue where user defined functions are cleared in the onCampaignLoad which may happen before or after add on initialisation. This now moves the clearing of user defined functions to before either onCampaignLoad or add-ons are initialised.

Possible Drawbacks

None unless I have done something wrong.

Release Notes

  • Fixed an issue with creating user defined functions in add-on library onInit function.

This change is Reviewable

Copy link
Contributor

@Phergus Phergus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @cwisniew)

@Phergus Phergus merged commit 5e1fdd2 into RPTools:develop Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Addons - Inconsistent onInit Functionality
2 participants