Fix incremental compilation problem caused by Slick.

This is temporary fix to decrease compilation time in development. Therefore this fix will be reverted in the future to add multiple database support capability.
This commit is contained in:
Naoki Takezoe
2014-07-27 03:31:45 +09:00
parent 34e299bf52
commit 121b6ee641
13 changed files with 17 additions and 22 deletions

View File

@@ -50,7 +50,7 @@ class PluginActionInvokeFilter extends Filter with SystemSettingsService with Re
}
private def processRepositoryAction(path: String, request: HttpServletRequest, response: HttpServletResponse)
(implicit session: model.simple.Session): Boolean = {
(implicit session: model.profile.simple.Session): Boolean = {
val elements = path.split("/")
if(elements.length > 3){
val owner = elements(1)