From 9b061d8ff6a9e338026b0da5ec5e299bc077ad01 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sun, 25 Sep 2011 17:17:33 +0200 Subject: [PATCH] added Sonia object --- .../main/webapp/resources/js/sonia.global.js | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/scm-webapp/src/main/webapp/resources/js/sonia.global.js b/scm-webapp/src/main/webapp/resources/js/sonia.global.js index 1a34379b05..4521be12f8 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.global.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.global.js @@ -82,6 +82,30 @@ var groupSearchStore = new Ext.data.JsonStore({ }) }); +// SONIA + +Sonia = { + + idSeparator: '|', + idNoneObject: '-', + + id: function(){ + var id = ''; + for ( var i=0; i