issues
search
AronGahagan
/
cpt-dev
Code repository for the ClearPlan Toolbar
https://www.ClearPlanConsulting.com
3
stars
1
forks
source link
only query cptErrorTrapping once per routine
#415
Open
AronGahagan
opened
4 weeks ago
AronGahagan
commented
4 weeks ago
Problem:
The idiot who coded this crap keeps pinging the cptErrorTrapping function which will not change over the course of running a subroutine.
Same goes for cptDir.
Solution:
Set
blnErrorTrapping = cptErrorTrapping
once at the start and just use
that
.
Set 'strCptDir = cptDir` once at the start and just use
that
.
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
x.y.z
[ ] update CurrentVersions.xml
manually
[ ] commit changes prefix comment with
Issue #XXX -
[ ] merge
topic
into appropriate branch(es) and push
[ ] delete topic branch
Problem:
Solution:
blnErrorTrapping = cptErrorTrapping
once at the start and just use that.Todo:
topic
branchIssue #XXX -
topic
into appropriate branch(es) and push