This commit is contained in:
2020-04-02 14:02:18 +00:00
parent af33fc9beb
commit b38a7b78f4
2 changed files with 1 additions and 4 deletions

View File

@@ -49,7 +49,6 @@ export function processLogin(response) {
resolve(true);
});
});
// return promise;
}
export function processLogout() {

View File

@@ -4,7 +4,7 @@
*
*
*/
var rights = {
export default {
Global: { Change: 2, ReadFullRecord: 1, Select: 0 },
User: { Change: 2, ReadFullRecord: 1, Select: 131071 },
UserOptions: { Change: 2, ReadFullRecord: 1, Select: 0 },
@@ -20,5 +20,3 @@ var rights = {
FormCustom: { Change: 2, ReadFullRecord: 131071, Select: 0 },
PickListTemplate: { Change: 2, ReadFullRecord: 131071, Select: 0 }
};
export default rights;