Namespace mismatch for app-area table extension
The table extension that adds the Subcontracting boolean field to Application Area Setup uses namespace Microsoft.QualityManagement.Setup.ApplicationAreas, inconsistent with the rest of the Subcontracting app.
Recommendation:
- Align the namespace with
Microsoft.Manufacturing.Subcontracting to match the rest of the Subcontracting module.
namespace Microsoft.Manufacturing.Subcontracting;
Originally posted by @github-actions[bot] in #8436 (comment)
Namespace mismatch for app-area table extension
The table extension that adds the
Subcontractingboolean field toApplication Area Setupuses namespaceMicrosoft.QualityManagement.Setup.ApplicationAreas, inconsistent with the rest of the Subcontracting app.Recommendation:
Microsoft.Manufacturing.Subcontractingto match the rest of the Subcontracting module.Originally posted by @github-actions[bot] in #8436 (comment)