Skip to content

Commit 3778460

Browse files
author
lucas
committed
Edit embedded mode on crm account
1 parent 825e217 commit 3778460

14 files changed

+288
-111
lines changed

packages/drafts-realm/ContactForm/4530dcff-062d-4a69-911a-db32da501eab.json

-34
This file was deleted.

packages/drafts-realm/ContactForm/67b66644-5964-4be2-a334-73e5e0d79ce5.json

-34
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"data": {
3+
"type": "card",
4+
"attributes": {
5+
"accountName": null,
6+
"accountAlias": null,
7+
"description": null,
8+
"contactInformation": {
9+
"salutation": null,
10+
"firstName": null,
11+
"lastName": null,
12+
"address": {
13+
"streetAddress": null,
14+
"city": null,
15+
"region": null,
16+
"postalCode": null,
17+
"poBoxNumber": null,
18+
"country": null
19+
},
20+
"phoneNumber": {
21+
"country": null,
22+
"area": null,
23+
"number": null
24+
},
25+
"email": {
26+
"value": null
27+
},
28+
"website": {
29+
"value": null
30+
}
31+
},
32+
"billingAddress": {
33+
"streetAddress": null,
34+
"city": null,
35+
"region": null,
36+
"postalCode": null,
37+
"poBoxNumber": null,
38+
"country": null
39+
},
40+
"numberOfEmployees": null,
41+
"thumbnailURL": null
42+
},
43+
"relationships": {
44+
"owner": {
45+
"links": {
46+
"self": null
47+
}
48+
},
49+
"parentAccount": {
50+
"links": {
51+
"self": null
52+
}
53+
},
54+
"company": {
55+
"links": {
56+
"self": null
57+
}
58+
}
59+
},
60+
"meta": {
61+
"adoptsFrom": {
62+
"module": "../crm/account",
63+
"name": "CrmAccount"
64+
}
65+
}
66+
}
67+
}

packages/drafts-realm/LeadForm/ad388806-9aa7-485b-90ed-66331a6da6bb.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"website": "law.com",
1111
"description": null,
12-
"leadStatus": "Working",
12+
"leadStatus": "Nurturing",
1313
"phone": "019999999999",
1414
"email": "lawgrocery@g.com",
1515
"addressInfo": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"data": {
3+
"type": "card",
4+
"attributes": {
5+
"opportunityName": null,
6+
"closeDate": null,
7+
"amount": {
8+
"currency": null,
9+
"totalAmount": null
10+
},
11+
"description": null,
12+
"stage": null,
13+
"percentage": null,
14+
"forecastCategory": null,
15+
"thumbnailURL": null
16+
},
17+
"relationships": {
18+
"accountName": {
19+
"links": {
20+
"self": null
21+
}
22+
},
23+
"company": {
24+
"links": {
25+
"self": null
26+
}
27+
}
28+
},
29+
"meta": {
30+
"adoptsFrom": {
31+
"module": "../opportunity-form",
32+
"name": "OpportunityForm"
33+
}
34+
}
35+
}
36+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"data": {
3+
"type": "card",
4+
"attributes": {
5+
"opportunityName": "Law Grocery",
6+
"closeDate": null,
7+
"amount": {
8+
"currency": null,
9+
"totalAmount": null
10+
},
11+
"description": null,
12+
"stage": null,
13+
"percentage": null,
14+
"forecastCategory": null,
15+
"thumbnailURL": null
16+
},
17+
"relationships": {
18+
"accountName": {
19+
"links": {
20+
"self": null
21+
}
22+
},
23+
"company": {
24+
"links": {
25+
"self": "../Company/b57e5ffd-b64f-4531-a7e4-5a1d0420e2bc"
26+
}
27+
}
28+
},
29+
"meta": {
30+
"adoptsFrom": {
31+
"module": "../opportunity-form",
32+
"name": "OpportunityForm"
33+
}
34+
}
35+
}
36+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"data": {
3+
"type": "card",
4+
"attributes": {
5+
"opportunityName": null,
6+
"accountName": null,
7+
"closeDate": null,
8+
"amount": {
9+
"currency": null,
10+
"totalAmount": null
11+
},
12+
"description": null,
13+
"stage": null,
14+
"percentage": null,
15+
"forecastCategory": null,
16+
"thumbnailURL": null
17+
},
18+
"relationships": {
19+
"company": {
20+
"links": {
21+
"self": null
22+
}
23+
}
24+
},
25+
"meta": {
26+
"adoptsFrom": {
27+
"module": "../opportunity-form",
28+
"name": "OpportunityForm"
29+
}
30+
}
31+
}
32+
}

packages/drafts-realm/SaleHub/236608d5-d07a-4006-bb3a-bad875503f4f.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"attributes": {
55
"targetPage": "Lead Form",
66
"scheduledTask": [],
7-
"convertedStatus": null,
8-
"isLeadFormConverted": false,
7+
"convertedStatus": "Qualified",
8+
"isLeadFormConverted": true,
99
"title": null,
1010
"description": null,
1111
"thumbnailURL": null
@@ -18,22 +18,22 @@
1818
},
1919
"accountForm": {
2020
"links": {
21-
"self": null
21+
"self": "../CrmAccount/a9289420-798a-49cf-b746-9aece2295d70"
2222
}
2323
},
2424
"contactForm": {
2525
"links": {
26-
"self": null
26+
"self": "../ContactForm/d13caade-c863-454c-a50d-e335f1840e97"
2727
}
2828
},
2929
"opportunityForm": {
3030
"links": {
31-
"self": null
31+
"self": "../OpportunityForm/d4f9ef0b-d19a-461d-a6ed-5a6886e2004b"
3232
}
3333
},
3434
"recordOwner": {
3535
"links": {
36-
"self": null
36+
"self": "../MatrixUser/485ca453-b328-4e85-a761-b2fe7d145430"
3737
}
3838
}
3939
},

packages/drafts-realm/contact-form.gts

-14
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,10 @@ import StringField from 'https://cardstack.com/base/string';
77
import { FieldContainer, CardContainer } from '@cardstack/boxel-ui/components';
88

99
class Isolated extends Component<typeof ContactForm> {
10-
get hasTitleField() {
11-
return this.args.model.title && this.args.model.title.length > 0;
12-
}
13-
1410
<template>
1511
<div class='decorative-header'></div>
1612

1713
<CardContainer @displayBoundaries={{false}} class='container'>
18-
{{#if this.hasTitleField}}
19-
<h2><@fields.title /></h2>
20-
{{/if}}
21-
2214
<div class='card-form-display'>
2315
<div class='contact-form-details'>
2416

@@ -136,12 +128,6 @@ class View extends Component<typeof ContactForm> {
136128
<template>
137129
<div class='container'>
138130
<div class='field-input-group'>
139-
<FieldContainer
140-
@tag='label'
141-
@label='Title'
142-
@vertical={{true}}
143-
><@fields.title /></FieldContainer>
144-
145131
<FieldContainer @tag='label' @label='User' @vertical={{true}}>
146132
<@fields.name />
147133
</FieldContainer>

0 commit comments

Comments
 (0)