Skip to content

Commit 2605eb5

Browse files
committed
requrested changes done
1 parent f92386b commit 2605eb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/en/Extending-Existing-Entities-Core.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ And in .Web\\Areas\\{AppAreaName}\Views\\Users\\**Index.cshtml**, add Address co
116116
</table>
117117
```
118118

119-
That's all. Let's run the application and open the **users page**:
119+
That's all. Now let's navigate to root directory of ***.Web.Mvc** project and run **npm run create-bundles** command. Then we can start the application and open the **users page**:
120120

121-
<img src="images/extend-entities-user-address-in-table-2.png" alt="Address in table" class="img-thumbnail" width="1381" height="478" />
121+
<img src="images/extend-entities-user-address-in-table-2.png" alt="Address in table" class="img-thumbnail" width="297" height="240" />
122122

123123
### Add Address On User Create/Edit
124124

@@ -145,7 +145,7 @@ Since **UserAppService** use **auto mapping**, no need to manually map Address t
145145
</div>
146146
```
147147

148-
This code is written to .Web\\Areas\\{AppAreaName}\Views\\Users\\createOrEditModal.cshtml**. After adding, new Address field is shown on the create/edit form as shown below:
148+
This code is written to ***.Web\\Areas\\{AppAreaName}\Views\\Users\\createOrEditModal.cshtml**. After adding, new Address field is shown on the create/edit form as shown below:
149149

150150
<img src="images/extend-entities-user-address-in-edit-form.png" alt="Address on user edit form" class="img-thumbnail" width="614" height="906" />
151151

Loading

0 commit comments

Comments
 (0)