File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 244244 :value =" color"
245245 @update:value =" updateColor" />
246246 <PropertySelect
247+ v-if =" showPartyCrasher"
247248 :isReadOnly =" isReadOnly || isViewedByOrganizer === false"
248249 :propModel =" propPartyCrasher"
249250 :value =" partyCrasher"
@@ -384,6 +385,7 @@ import useCalendarObjectInstanceStore from '../store/calendarObjectInstance.js'
384385import usePrincipalsStore from ' ../store/principals.js'
385386import useSettingsStore from ' ../store/settings.js'
386387import logger from ' ../utils/logger.js'
388+ import { isAfterVersion } from ' @/utils/nextcloudVersion'
387389
388390export default {
389391 name: ' EditFull' ,
@@ -793,6 +795,10 @@ export default {
793795
794796 this .toggleAllDay ()
795797 },
798+
799+ showPartyCrasher () {
800+ return isAfterVersion (34 )
801+ },
796802 },
797803}
798804< / script>
You can’t perform that action at this time.
0 commit comments