Skip to content

Commit 153fdb1

Browse files
committed
Revert showing cloud id field in new contacts form.
1 parent 3da263e commit 153fdb1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/views/Contacts.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -481,11 +481,6 @@ const _default = {
481481
// iterate over all properties (filter is not usable on objects and we need the key of the property)
482482
const properties = rfcProps.properties
483483
for (const name in properties) {
484-
// Show cloud ID property if OCM invites is enabled
485-
if (isOcmInvitesEnabled && name === 'cloud') {
486-
properties[name].default = true
487-
properties[name].multiple = false
488-
}
489484
if (properties[name].default) {
490485
const defaultData = properties[name].defaultValue
491486
let defaultValue = defaultData.value

0 commit comments

Comments
 (0)