add shortDateTime pipe to format the value of changeTime column #15010
The change was made to improve the readability and user experience of the entity-changes.component.html file. By adding the shortDateTime pipe to the value of the changeTime column, the date and time will be displayed in a more concise and user-friendly format. This change enhances the overall usability of the component.
Resolves #14937
TODO: Describe what this PR has changed, add screenshot or animated GIF if available, write if it is a breaking change, and how to fix the breaking changes for existing applications if so.
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I documented it (or no need to document or I will create a separate documentation issue)
- I worked with the design team to get their idea for UI/UX design (or no need to design for this PR)
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
add these code
Configure<AbpAuditingOptions>(options => { options.EntityHistorySelectors.AddAllEntities(); });
in MyProjectNameHttpApiHostModule.cs
(under the public override void ConfigureServices(ServiceConfigurationContext context)
then change a entity. it must listed in entity changes list.