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

installation - remove note about installing to non-cached Enterprise #376

Open
2 of 10 tasks
AronGahagan opened this issue Mar 5, 2024 · 1 comment
Open
2 of 10 tasks
Assignees
Labels
bug Something isn't working cptSetup catch-all for the cptSetup module

Comments

@AronGahagan
Copy link
Owner

AronGahagan commented Mar 5, 2024

Problem:

Users cannot install modules into the non-cached Enterprise Project Global -- they are met with a warning/error.

cptSetup_bas.bas-62-    strMsg = strMsg & "> Global.MPT" & vbCrLf
cptSetup_bas.bas:63:    strMsg = strMsg & "> Global (+ non-cached Enterprise) for testing purposes only" & vbCrLf
cptSetup_bas.bas-64-    strMsg = strMsg & "> Checked-out Enterprise Global (when ready to release to Enterprise user base)" & vbCrLf & vbCrLf

Solution:

Remove that option from the pop-up.

cptSetup_bas.bas-62-    strMsg = strMsg & "> Global.MPT" & vbCrLf

cptSetup_bas.bas-64-    strMsg = strMsg & "> Checked-out Enterprise Global (when ready to release to Enterprise user base)" & vbCrLf & vbCrLf

Todo:

  • assign this issue
  • label the issue for enhancement or bug
  • label the issue with codemodule (so fixes can be aggregated and hotfixed together)
  • checkout appropriate branch and create topic branch
  • design, code and test
  • update codemodule <cpt_version>x.y.z</cpt_version>
  • update CurrentVersions.xml manually
  • commit changes prefix comment with Issue #XXX -
  • merge topic into appropriate branch(es) and push
  • delete topic branch
@AronGahagan AronGahagan added the bug Something isn't working label Mar 5, 2024
@AronGahagan AronGahagan self-assigned this Mar 5, 2024
@AronGahagan AronGahagan added the cptSetup catch-all for the cptSetup module label Mar 5, 2024
@AronGahagan
Copy link
Owner Author

  • also change installation instructions: 1) drag over modules; 2) run "cptSetup"
  • clarify upgrade instructions: 1) try OTA; 2) reinstall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cptSetup catch-all for the cptSetup module
Projects
None yet
Development

No branches or pull requests

1 participant