Skip to content

Commit

Permalink
cancel resource model config change reverts values #1051
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Dec 10, 2014
1 parent 154ec34 commit a6457c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1170,7 +1170,7 @@ class FrameworkController extends ControllerBase {
if (!type) {
error = "Plugin provider type must be specified"
} else {
def validate = frameworkService.validateServiceConfig(type, prefix + 'config.', params, framework.getResourceModelSourceService())
def validate = frameworkService.validateServiceConfig(type, useprefix + 'config.', params, framework.getResourceModelSourceService())
error = validate.error
desc = validate.desc
props = validate.props
Expand Down

0 comments on commit a6457c0

Please sign in to comment.