6.0.0.0
Change PAssword setting for tenants on settign area (forexample 3 mandatory character) create new tenant assign random password and set change password at the next login password ruels does not work at that screen to change the password. but that rules suceessfulyl works on change my password. that rules should work on both screen
Hi,
I created a project before like MyCompany.ProjectName (V5.3.0) now I want to create same project with 6.1.0
It allows me to create ProjectName but not MyCompany.ProjectName after you change the project creation page layout.
Thanks, Tugrul
it seems using (_unitOfWorkManager.Current.DisableFilter(AbpDataFilters.SoftDelete)) will workç I am working on it now. I will let you know. if there is another solution please let me know:)
I need a select query with where conditions to query without having a tenant filter. in the other way to give an example; How to get all products from all tenants (not from Host account from all tenants) in 1 query?
I have just checked after sending this post ans see that it is updated. thx
Hi All,
The excel Exporter derived from EpPlusExcelExporterBase but there is no proper default ITempFileCacheManager tı initialize base class. see below (edited code)
public class MachineLocationsExcelExporter : EpPlusExcelExporterBase, IMachineLocationsExcelExporter
{
private readonly ITimeZoneConverter _timeZoneConverter;
private readonly IAbpSession _abpSession;
public MachineLocationsExcelExporter(
ITimeZoneConverter timeZoneConverter,
IAbpSession abpSession,
ITempFileCacheManager tempFileCacheManager) : base(tempFileCacheManager)
And the generated code was
public MachineLocationsExcelExporter(
ITimeZoneConverter timeZoneConverter,
IAbpSession abpSession)
is that proper fix or do I implement something wrong?
Hi All, Actually after I changed the div attributes it fixed.
the generated code was
<div class="btn-group dropdown" normalizePosition>
<button class="dropdown-toggle btn btn-sm btn-primary"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false">
<i class="fa fa-cog"></i><span class="caret"></span> {{l("Actions")}}
</button>
I have changed normalizedPosition to dropdown and whola it works. it seems it needs to be fixed on Abp RAD generator
https://support.aspnetzero.com/QA/Questions/5678 This entity is closed but Even if I have added to module it is still does not work!
could you please give me more detail. I have added but still not working.