Skip to content

Commit 08192c0

Browse files
committed
Added info redirecting to entity change history page
1 parent 3f8594e commit 08192c0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/en/Features-Angular-Entity-History.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ When we click on the **View Change** field in the Actions button, we can see all
1010

1111
When we click on the **All Changes** button in the Actions section, we can see all the details of the changes made to the entity in a timeline.
1212

13+
Additionally, if you want to view all the changes made to an entity, you can redirect to `{AppPath}/{AppAreaName}/EntityChanges/{Entity_ID}/{Entity_Full_Name}` within the application. This URL directs to a page that contains all the historical changes for the specified entity.
14+
1315
<img src="images/entity-history-timeline-detail.png" alt="Entity History Timeline Detail" class="img-thumbnail" />
1416

1517
You should add entity type that you want to track to ***.Core\EntityHistory\EntityHistoryHelper.TrackedTypes**. Make sure you uncomment following lines in ***.EntityFrameworkCore\EntityFrameworkCore\{YourProjectName}EntityFrameworkCoreModule.cs** and set **Configuration.EntityHistory.IsEnabled** to **true**.

docs/en/Features-Mvc-Core-Entity-History.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ When we click on the **View Change** field in the Actions button, we can see all
1010

1111
When we click on the **All Changes** button in the Actions section, we can see all the details of the changes made to the entity in a timeline.
1212

13+
Additionally, if you want to view all the changes made to an entity, you can redirect to `{AppPath}/{AppAreaName}/EntityChanges/{Entity_ID}/{Entity_Full_Name}` within the application. This URL directs to a page that contains all the historical changes for the specified entity.
14+
1315
<img src="images/entity-history-timeline-detail.png" alt="Entity History Timeline Detail" class="img-thumbnail" />
1416

1517
You should add entity type that you want to track to ***.Core\EntityHistory\EntityHistoryHelper.TrackedTypes**. Make sure you uncomment following lines in ***.EntityFrameworkCore\EntityFrameworkCore\{YourProjectName}EntityFrameworkCoreModule.cs** and set **Configuration.EntityHistory.IsEnabled** to **true**.

0 commit comments

Comments
 (0)