Hi,
I would like to hide the "maximum password length" setting and change the default setting on this to 0 (no maximum).
Currently the default value is 10. How can I change this so that the host and any created tenant has a default value of 0?
Cheers, Phil
Hi,
The change you are suggesting is for the Core version. No worries, however, I have made the change (in _Sidebar.cshtml)
Cheers
Hi,
Thanks for the info. Is there an easy way I can patch this change into my code without having to upgrade the project?
Please bear in mind that I am using ASP.Net Zero MVC
Many thanks.
Hi,
I am attempting to specify a menu item with a "_blank" target:
).AddItem(new MenuItemDefinition(
PageNames.App.Tenant.Notes,
L("Payslips"),
url: "https://ippex-admin.epayslipsecure.co.uk/",
icon: "fa fa-money",
target:"_blank",
requiredPermissionName: AppPermissions.Pages_Tenant_Payrolls
)
I am finding, however, that the target instruction is not being carried forward onto the generated link.
I am using v4.0 MVC/JQuery
Hi,
I am having an issue with the upgrade. I have the following service:
Task<IEnumerable<SelectListItem>> GetPayrollGroupsForDropdown(long? userId);
When I call this service via dynamic web with an 'undefined' parameter, I am getting the following validation error:
"The value 'undefined' is not valid for Nullable'1"
This has only started happening since the upgrade.
Nice. Thank you.
Many thanks, the system is now picking up concurrency issue.
One final problem I am having. I cannot work out how to provide a sensible error message to the users in this instance. The Dynamic Web Api returns a generic message. Is there a way I can override this behaviour when encountering a concurrency exception?
Cheers
I'll update and give it a go.
Many thanks.
Thanks for the explanation.
I have been unable to code anything, as the version of Abp I am using does not have the ApplyAbpConceptsForModifiedEntity method available for override. The Abp.EntityFramework dll is at version 2.01. I am using aspnet zero v4
Hi,
I don't seem to have this method available. I am using v4 of Aspnet Zero, MVC, jQuery.
Not quite sure how I would achieve my aim with this method anyway?
Cheers