- add fields: typeproj and id_main_project
This commit is contained in:
@@ -17,4 +17,16 @@ module.exports = Object.freeze({
|
||||
LIST_END: '10000000',
|
||||
LIST_START: '0',
|
||||
|
||||
Privacy: {
|
||||
all: 'all',
|
||||
friends: 'friends',
|
||||
mygroup: 'mygroup',
|
||||
onlyme: 'onlyme'
|
||||
},
|
||||
|
||||
TypeProj: {
|
||||
TYPE_PROJECT: 1,
|
||||
TYPE_SUBDIR: 2,
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user