Privacy about Project: what to see, what you can modify...
This commit is contained in:
@@ -10,7 +10,6 @@ import { SubMenusProj } from '../SubMenusProj'
|
||||
import { CDate } from '../../CDate'
|
||||
|
||||
import { date } from 'quasar'
|
||||
import { askConfirm } from '../../../classes/routinestd'
|
||||
|
||||
@Component({
|
||||
components: { SubMenusProj, CDate },
|
||||
@@ -41,6 +40,10 @@ export default class SingleProject extends Vue {
|
||||
return tools
|
||||
}
|
||||
|
||||
get isDisable() {
|
||||
return !Projects.getters.getifCanISeeProj(this.itemproject)
|
||||
}
|
||||
|
||||
@Prop({ required: true }) public itemproject: IProject
|
||||
|
||||
@Watch('itemproject.enableExpiring') public valueChanged4() {
|
||||
|
||||
Reference in New Issue
Block a user