|
| 1 | +--- |
| 2 | +title: Troubleshooting V4.0.2 |
| 3 | +--- |
| 4 | +# Troubleshooting on the known issues in the Framework V4.0.2 |
| 5 | + |
| 6 | +## Issues to correct manually: |
| 7 | + |
| 8 | +### DTO + CRUD generation : |
| 9 | +If you generate a DTO and after a CRUD on the same entity the permission Option disappear from |
| 10 | + |
| 11 | +### Front navigation after CRUD generation (BIAToolKit V1.8.0.0) |
| 12 | +If the link generated in the menu redirect you to the root pages it is probably because the path in navigation is in camelCase but it should be in kebab-case. Example: |
| 13 | +```json |
| 14 | +path: ['/db-engine-types'], |
| 15 | +``` |
| 16 | + |
| 17 | +### Connector |
| 18 | +If you generate an application without Front feature you should add this variable in AuthAppService |
| 19 | +```csharp |
| 20 | +/// <summary> |
| 21 | +/// The ldap repository service. |
| 22 | +/// </summary> |
| 23 | +private readonly ILdapRepositoryHelper ldapRepositoryHelper; |
| 24 | +``` |
| 25 | + |
| 26 | +## Issues in V4.0.0 corrected in V4.0.2 : |
| 27 | +* Fix on List and Item service when form model doesn't extend view model |
| 28 | +* Fix design button notifications |
| 29 | +* Import/Export - fix Duplicate Id |
| 30 | +* Double scroll on Hangfire board when small screen |
| 31 | +* Fix BiaAuthorizationPolicyProvider |
| 32 | +* Bad translation in team advanced filter |
| 33 | +* Lost row focus when leaving multiselect in calcmode |
| 34 | +* Scrolling issue on the configuration menu in the sidebar |
| 35 | +* Height calculation problem in horizontal mode on small screens |
| 36 | +* Create CleanTask hangfire |
| 37 | +* Read Only Mode in BIA Docs incorrect + Example in BIADemo |
| 38 | +* The BACK_TO_BACK AUTH force GetUserRolesAsync every time |
| 39 | +* The LoginAndTeam is called twice at each startup |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
0 commit comments