aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js/settings-vue.js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-09-13 10:04:45 +0200
committerMorris Jobke <hey@morrisjobke.de>2018-11-15 10:03:32 +0100
commit1997346369c64a57bf555a58be8611458ee6a7a0 (patch)
tree3fecca94dedcce33dce5f93342ef3ee9307ac87e /settings/js/settings-vue.js
parent10c9b37461a1d4cf3fae12038d3125555a3d8b6e (diff)
downloadnextcloud-server-1997346369c64a57bf555a58be8611458ee6a7a0.tar.gz
nextcloud-server-1997346369c64a57bf555a58be8611458ee6a7a0.zip
Fix interaction with groups that contain a slash
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'settings/js/settings-vue.js')
-rw-r--r--settings/js/settings-vue.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/settings-vue.js b/settings/js/settings-vue.js
index 9d077d147a1..5cf22f79e5e 100644
--- a/settings/js/settings-vue.js
+++ b/settings/js/settings-vue.js
@@ -38,7 +38,7 @@ t.exports=function(t){return null!=t&&(n(t)||function(t){return"function"==typeo
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- */o.default.use(Bt);var Gt=new Bt({mode:"history",base:OC.generateUrl(""),linkActiveClass:"active",routes:[{path:"/:index(index.php/)?settings/users",component:qt,props:!0,name:"users",children:[{path:":selectedGroup",name:"group",component:qt}]},{path:"/:index(index.php/)?settings/apps",component:Vt,props:!0,name:"apps",children:[{path:":category",name:"apps-category",component:Vt,children:[{path:":id",name:"apps-details",component:Vt}]}]}]}),Wt=function(t){if(Number(t.version.split(".")[0])>=2)t.mixin({beforeCreate:n});else{var e=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,e.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"==typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}},Ht="undefined"!=typeof window&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;
+ */o.default.use(Bt);var Gt=new Bt({mode:"history",base:OC.generateUrl(""),linkActiveClass:"active",routes:[{path:"/:index(index.php/)?settings/users",component:qt,props:!0,name:"users",children:[{path:":selectedGroup(.*)",name:"group",component:qt}]},{path:"/:index(index.php/)?settings/apps",component:Vt,props:!0,name:"apps",children:[{path:":category",name:"apps-category",component:Vt,children:[{path:":id",name:"apps-details",component:Vt}]}]}]}),Wt=function(t){if(Number(t.version.split(".")[0])>=2)t.mixin({beforeCreate:n});else{var e=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,e.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"==typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}},Ht="undefined"!=typeof window&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;
/**
* vuex v3.0.1
* (c) 2017 Evan You