Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jacob Cobbett-SmithJacob Cobbett-SmithReporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
Not specifiedFix versions
Details
Details
Components
Assignee
Jacob Cobbett-Smith
Jacob Cobbett-SmithReporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
Fix versions
Created May 14, 2021 at 3:35 PM
Updated May 21, 2021 at 8:20 AM
Resolved May 21, 2021 at 8:20 AM
// If the plane is specified for the component, then use that if (getComponentConfigSP()->getProp("storagePlane", ret)) return true;
should be:
// If the plane is specified for the component, then use that if (getComponentConfigSP()->getProp("@storagePlane", ret)) return true;