Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Details
Sentry
Sentry
Sentry
Created December 15, 2022 at 8:15 PM
Updated December 15, 2022 at 8:21 PM
Resolved December 15, 2022 at 8:21 PM
BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io
The onServerInstall package/server script has an initialInstall flag, but it’s bit of a pain in the butt to use it Just make a dedicate interception announcement for the initial installation to save people from doing stuff like this:
assertFalse ${interceptData.INSTALLDETAILS.INITIALINSTALL} || cfpm install ...