mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
improve envarionment
This commit is contained in:
@@ -7,7 +7,7 @@ import { environment } from 'src/environments/environment';
|
||||
})
|
||||
export class LocalstoreService {
|
||||
|
||||
private prefix = environment.version.lastCommitNumber+"-";
|
||||
private prefix = environment.version.lastCommitNumber + environment.id+"-";
|
||||
private previewPrefix = 'v17-';
|
||||
|
||||
callbacks: {[key: string]: {
|
||||
|
||||
@@ -16,6 +16,30 @@ class SessionService {
|
||||
|
||||
forceToLoginWithForceToLogInWithPassword = false
|
||||
|
||||
permission = {
|
||||
Agenda: {
|
||||
access: false
|
||||
},
|
||||
Gabinete: {
|
||||
access: false,
|
||||
pr_tasks: false,
|
||||
md_tasks: false,
|
||||
aprove_event: false
|
||||
},
|
||||
Actions: {
|
||||
access : false,
|
||||
create : false,
|
||||
delete : false,
|
||||
edit : false,
|
||||
createPost : false,
|
||||
deletePost : false,
|
||||
editPost : false
|
||||
},
|
||||
Chat: {
|
||||
access: false
|
||||
}
|
||||
}
|
||||
|
||||
constructor() {
|
||||
|
||||
this.keyName = (SHA1("SessionService")).toString()
|
||||
|
||||
Reference in New Issue
Block a user