add path field in subview window

This commit is contained in:
aina-esokia
2018-07-20 17:53:25 +04:00
parent 43bc3eb43b
commit 4da75f154d
5 changed files with 31 additions and 10 deletions

View File

@@ -1480,7 +1480,7 @@ class databox extends base implements ThumbnailedElement
*/
public function getSubdefStorage(){
return p4string::addEndSlash($this->app['conf']->get(['main', 'storage', 'subdefs'])).$this->get_dbname()."/subdefs/";
return p4string::addEndSlash($this->app['conf']->get(['main', 'storage', 'subdefs'])).$this->get_dbname()."/subview/";
}
protected function retrieve_structure()