ソースを参照

fix(plugins): fixed failing unit tests, fixes #4280

Torkel Ödegaard 9 年 前
コミット
d2aaa2211e
2 ファイル変更2 行追加2 行削除
  1. 1 1
      pkg/plugins/frontend_plugin.go
  2. 1 1
      tests/app-plugin-json/plugin.json

+ 1 - 1
pkg/plugins/frontend_plugin.go

@@ -32,7 +32,7 @@ func (fp *FrontendPluginBase) initFrontendPlugin() {
 	fp.Info.Logos.Large = evalRelativePluginUrlPath(fp.Info.Logos.Large, fp.BaseUrl)
 	fp.Info.Logos.Large = evalRelativePluginUrlPath(fp.Info.Logos.Large, fp.BaseUrl)
 
 
 	for i := 0; i < len(fp.Info.Screenshots); i++ {
 	for i := 0; i < len(fp.Info.Screenshots); i++ {
-		fp.Info.Screenshots[i].Path = evalRelativePluginUrlPath(fp.Info.Screenshots[i].Path, fp.Id)
+		fp.Info.Screenshots[i].Path = evalRelativePluginUrlPath(fp.Info.Screenshots[i].Path, fp.BaseUrl)
 	}
 	}
 }
 }
 
 

+ 1 - 1
tests/app-plugin-json/plugin.json

@@ -3,7 +3,7 @@
   "name": "App Example",
   "name": "App Example",
   "id": "app-example",
   "id": "app-example",
 
 
-  "staticRoot":" ./public",
+  "staticRoot": ".",
   "module": "app",
   "module": "app",
 
 
   "pages": [
   "pages": [