AronGahagan / cpt-dev

Code repository for the ClearPlan Toolbar
https://www.ClearPlanConsulting.com
3 stars 1 forks source link

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

Open AronGahagan opened 4 months ago

AronGahagan commented 4 months ago

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:

AronGahagan commented 4 months ago