Issue #134: Done.
This commit is contained in:
@@ -592,7 +592,7 @@ export default {
|
||||
}
|
||||
break;
|
||||
case 'From & To':
|
||||
if(!this.selectCfmPtPSEStart || !this.selectCfmPtPSEEnd) return this.$toast.error('Both Start and End must be selected.');
|
||||
if(!this.selectCfmPtPSEStart || !this.selectCfmPtPSEEnd) return this.$toast.error('From and To activity must be selected.');
|
||||
else {
|
||||
data = {
|
||||
start: this.selectCfmPtPSEStart,
|
||||
|
||||
Reference in New Issue
Block a user