fix: contact/organization page not loading
(cherry picked from commit 8c94049e3cce7aadf83ad7e823d185ebd86af3f3) (cherry picked from commit 4e84fd0731b15e1e16ec7da211da722aa1e5c401)
This commit is contained in:
parent
013119961a
commit
ed1c54a7a5
@ -121,9 +121,9 @@
|
||||
class="flex flex-1 flex-col justify-between overflow-hidden"
|
||||
>
|
||||
<SidePanelLayout
|
||||
v-model="contact.data"
|
||||
:sections="sections.data"
|
||||
doctype="Contact"
|
||||
:docname="contact.data.name"
|
||||
@update="updateField"
|
||||
@reload="sections.reload"
|
||||
/>
|
||||
|
||||
@ -130,9 +130,9 @@
|
||||
class="flex flex-1 flex-col justify-between overflow-hidden"
|
||||
>
|
||||
<SidePanelLayout
|
||||
v-model="contact.data"
|
||||
:sections="sections.data"
|
||||
doctype="Contact"
|
||||
:docname="contact.data.name"
|
||||
@update="updateField"
|
||||
@reload="sections.reload"
|
||||
/>
|
||||
|
||||
@ -62,9 +62,9 @@
|
||||
class="flex flex-1 flex-col justify-between overflow-hidden"
|
||||
>
|
||||
<SidePanelLayout
|
||||
v-model="deal.data"
|
||||
:sections="sections.data"
|
||||
doctype="CRM Deal"
|
||||
:docname="deal.data.name"
|
||||
@update="updateField"
|
||||
@reload="sections.reload"
|
||||
>
|
||||
|
||||
@ -67,9 +67,9 @@
|
||||
class="flex flex-1 flex-col justify-between overflow-hidden"
|
||||
>
|
||||
<SidePanelLayout
|
||||
v-model="lead.data"
|
||||
:sections="sections.data"
|
||||
doctype="CRM Lead"
|
||||
:docname="lead.data.name"
|
||||
@update="updateField"
|
||||
@reload="sections.reload"
|
||||
/>
|
||||
|
||||
@ -112,9 +112,9 @@
|
||||
class="flex flex-1 flex-col justify-between overflow-hidden"
|
||||
>
|
||||
<SidePanelLayout
|
||||
v-model="organization.doc"
|
||||
:sections="sections.data"
|
||||
doctype="CRM Organization"
|
||||
:docname="organization.doc.name"
|
||||
@update="updateField"
|
||||
@reload="sections.reload"
|
||||
/>
|
||||
|
||||
@ -106,9 +106,9 @@
|
||||
class="flex flex-1 flex-col justify-between overflow-hidden"
|
||||
>
|
||||
<SidePanelLayout
|
||||
v-model="organization.doc"
|
||||
:sections="sections.data"
|
||||
doctype="CRM Organization"
|
||||
:docname="organization.doc.name"
|
||||
@update="updateField"
|
||||
@reload="sections.reload"
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user