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

Versions app loads JS file that does not exist #18867

Closed
nickvergessen opened this issue Sep 7, 2015 · 2 comments · Fixed by #18868
Closed

Versions app loads JS file that does not exist #18867

nickvergessen opened this issue Sep 7, 2015 · 2 comments · Fixed by #18868

Comments

@nickvergessen
Copy link
Contributor

{"reqId":"9S3IEx34LPA+6bWAyLBy","remoteAddr":"","app":"files_versions","message":"Could not find resource file \"\/apps\/files_versions\/js\/versions.js\"","level":3,"time":"2015-09-07T08:10:01+00:00"}

OCP\Util::addscript('files_versions', 'versions');

OCP\Util::addscript('files_versions', 'versions');

But the directory does not know that file anymore:
https://github.com/owncloud/core/tree/310d79728447ecf69f18d0b61a527397bd961888/apps/files_versions/js

I guess it was removed when moving to the rightside bar by @PVince81

@nickvergessen nickvergessen added this to the 8.2-current milestone Sep 7, 2015
@MorrisJobke
Copy link
Contributor

I guess it was removed when moving to the rightside bar by @PVince81

https://github.com/owncloud/core/pull/18748/files#diff-e82735adf3e23a1648cd449aa65725b7 Yep. I will create a PR

@MorrisJobke MorrisJobke self-assigned this Sep 7, 2015
MorrisJobke added a commit that referenced this issue Sep 7, 2015
@MorrisJobke
Copy link
Contributor

Fix is in #18868

@MorrisJobke MorrisJobke removed their assignment Oct 5, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Aug 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants