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

Move rest of contant-like OC props to the bundle #15420

Merged
merged 1 commit into from May 7, 2019

Conversation

ChristophWurst
Copy link
Member

No description provided.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurst ChristophWurst added this to the Nextcloud 17 milestone May 7, 2019
@ChristophWurst ChristophWurst self-assigned this May 7, 2019
@ChristophWurst ChristophWurst added this to TO REVIEW (max 4 PRs) in Christoph's Tasks via automation May 7, 2019
@@ -105,7 +106,7 @@ export const generateUrl = (url, params, options) => {
* @return {string} Absolute URL for a file in an app
*/
export const filePath = (app, type, file) => {
const isCore = OC.coreApps.indexOf(app) !== -1
const isCore = coreApps.indexOf(app) !== -1
Copy link
Member Author

Choose a reason for hiding this comment

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

isn't it beautiful?

Christoph's Tasks automation moved this from TO REVIEW (max 4 PRs) to TO INTEGRATE May 7, 2019
@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels May 7, 2019
@MorrisJobke MorrisJobke merged commit 049b92b into master May 7, 2019
Christoph's Tasks automation moved this from TO INTEGRATE to DONE May 7, 2019
@MorrisJobke MorrisJobke deleted the refactor/oc-constants-bundle-II branch May 7, 2019 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish technical debt
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants