Default component storage plane not being used because of bug in getDefaultStoragePlane()

Description

// 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;

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

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

Flag notifications