Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Task: Remove functions for all collection url attributes #114

Open
lifeBCE opened this issue May 27, 2014 · 0 comments
Open

Refactor Task: Remove functions for all collection url attributes #114

lifeBCE opened this issue May 27, 2014 · 0 comments

Comments

@lifeBCE
Copy link

lifeBCE commented May 27, 2014

There is currently a combination of url attribute assignments, within all collections, using a simple concatenated string and others using a function to return a simple concatenated string. We should change all those that use a function to not use a function.

Example:

url: function(options){return Common.apiUrl + '/api/v1/continuous_integration_servers/org/' + sessionStorage.org_id;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant