DsRuleType
catalog entity is now fixed to be vendor specific (as per the OFDA schema, similar to Features and Products). Following the convention, DsRuleType
is associated a particular by having the vendor code stored in the class: a new vendor
field as added.
// DsRuleType (cm/abstract/dataSymInterface/catalog/ruleType.cm) Added: `private str _vendor Added: extend public str vendor() Added: extend public str vendor=(str vend)
Some common abstract material handling debug tools have been moved and consolidated into cm.abstract.materialHandling.debug
package, and some automated test methods have been renamed for clarity:
cm/abstract/materialHandling/debug/library.cm public void appendMhDebugContainerLimbs(LibraryLimb root, symbol pkg=#:package : caller eval) cm/abstract/materialHandling/storage/racking/test/initTest.cm - Old: public void initTestSuite() { New: public void mhInitTestSuite() { - Old: public void runnerTestSuite() { New: public void mhRunnerTestSuite() { - Old: public void compileAll() { New: public void mhCompileAll() {