jenkins-bot has submitted this change and it was merged.

Change subject: Fix path for value parser resources
......................................................................


Fix path for value parser resources

Change-Id: I1bc30d78ff314217dce99515235616eeb6367466
---
M DataValuesCommon/js/ValueParsers.resources.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Tobias Gritschacher: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/DataValuesCommon/js/ValueParsers.resources.php 
b/DataValuesCommon/js/ValueParsers.resources.php
index d841711..2b71b7c 100644
--- a/DataValuesCommon/js/ValueParsers.resources.php
+++ b/DataValuesCommon/js/ValueParsers.resources.php
@@ -17,7 +17,7 @@
 return call_user_func( function() {
 
        $moduleTemplate = array(
-               'localBasePath' => __DIR__ . '/js/src/ValueParsers',
+               'localBasePath' => __DIR__ . '/src/ValueParsers',
                'remoteExtPath' =>  
'DataValues/DataValuesCommon/js/src/ValueParsers',
        );
 

-- 
To view, visit https://gerrit.wikimedia.org/r/82836
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1bc30d78ff314217dce99515235616eeb6367466
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DataValues
Gerrit-Branch: master
Gerrit-Owner: Daniel Werner <[email protected]>
Gerrit-Reviewer: Tobias Gritschacher <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to