Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Hotfix - saving and retrieving authorization data (REST and RPC) #128

Merged
merged 1 commit into from
Aug 16, 2016
Merged

Hotfix - saving and retrieving authorization data (REST and RPC) #128

merged 1 commit into from
Aug 16, 2016

Conversation

michalbundyra
Copy link
Member

@michalbundyra michalbundyra commented Aug 16, 2016

Fix for issue reported in #126 and #127

@jguittard jguittard merged commit 1e0ccc7 into zfcampus:master Aug 16, 2016
@jguittard
Copy link
Contributor

Thanks @webimpress !

@weierophinney
Copy link
Member

@jguittard Please do the following as well:

  • Merge to develop! (see the maintainers guide to merging for details)
  • In this particular repo, we also need to rebuild the distribution when merging, to ensure it's up-to-date for those using dev-master/dev-develop.

@jguittard
Copy link
Contributor

Will do, thx for the reminder!

@michalbundyra michalbundyra deleted the hotfix/127 branch August 17, 2016 07:59
@weierophinney weierophinney added this to the 1.3.8 milestone Aug 17, 2016
@@ -448,11 +450,13 @@
};

this.getAuthorizationRpc = function(module, version, name, callback) {
var moduleParam = this.normalizeModuleName(module);
var moduleParam = this.normalizeModuleName(module),
controllerName = name.replace(/-/g, '\\'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The backend understands both - and \\ as separation characters within the controller service names, so this normalization isn't strictly necessary.

weierophinney added a commit that referenced this pull request Aug 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants