CLOUDSTACK-8642: SSO Method not allowed bug fix.#598
Closed
borisroman wants to merge 1 commit into
Closed
Conversation
|
cloudstack-pull-rats #67 SUCCESS |
Contributor
|
LGTM Seems like a use-case which was missed when this was changed |
|
cloudstack-pull-requests #764 SUCCESS |
Contributor
|
makes sense, do we have a unit test mech on javascript code? LGTM |
Contributor
|
LGTM. who will merge it? :) |
Contributor
|
I should, mine was the second 'LGTM' but was hoping for some discussion on javascript test code |
maneesha-p
pushed a commit
to maneesha-p/cloudstack
that referenced
this pull request
Jul 31, 2015
…05 and commit 1c81b24 Signed-off-by: Daan Hoogland <daan@onecht.net> This closes apache#598
yadvr
pushed a commit
to shapeblue/cloudstack
that referenced
this pull request
Aug 3, 2015
…05 and commit 1c81b24 Signed-off-by: Daan Hoogland <daan@onecht.net> This closes apache#598 (cherry picked from commit b1e5906) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> (cherry picked from commit 56522fd) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
yadvr
pushed a commit
to shapeblue/cloudstack
that referenced
this pull request
Aug 5, 2015
…05 and commit 1c81b24 Signed-off-by: Daan Hoogland <daan@onecht.net> This closes apache#598 (cherry picked from commit b1e5906) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> (cherry picked from commit 56522fd) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
yadvr
pushed a commit
to shapeblue/cloudstack
that referenced
this pull request
Oct 30, 2015
…05 and commit 1c81b24 Signed-off-by: Daan Hoogland <daan@onecht.net> This closes apache#598 (cherry picked from commit b1e5906) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> (cherry picked from commit 56522fd) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
yadvr
pushed a commit
that referenced
this pull request
Jan 20, 2021
* Fix page navigation error when delete template. * removed double `!` syntax Fixes #598 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Due to CLOUDSTACK-8505 and commit 1c81b24 only POST methods are allowed. This needs to be explicitly stated in the AJAX method.