Aktivity „safi“

Hi

Abp framework version : 4.1.1 UI Type : MVC DB Provider : EF Core Tiered or Identity Server Separated : No Steps to reproduce the issue : I am using commercial version of abp so after logged in as admin If I click on manage profile that time I am getting this issue.

Thanks,

Hi

Thanks for the reply but I am using volo.abp.emailing and in above link they are using inbuilt email sending functionality but I want to use default emailing functionality which is provided by abp.

Please suggest me for the same

Thanks,

Hi

I am using below code to show dropdown list and by using this code I am able to select multiple items from list.

<Select TValue="string" SelectedValues="@editcountries" SelectedValuesChanged="ChangeCountriesCallback" Multiple="true">
    <SelectItem TValue="string" Value="null"></SelectItem>
        @foreach (var country in SelectedCountries)
        {
            <SelectItem TValue="string" Value="@(country.Key)">
                @country.Value
            </SelectItem>
    }
</Select>

But now, I want to add multi select with checkbox this functionality so please suggest me.

Thanks,

Hi

Thanks for the reply. Actually I have 3 roles i.e admin, QA and visitor so admin will have all the permission so it's already happening. Now I want to restrict sections for reamining two roles so do I need to define pages permission here?

Thanks,

Hi

We are adding this code into Host project and all pages are available into Blazor project so If I am adding this into host so I am getting version but If I am adding the same code into blazor then getting error like FileVersion is not supported error in console so please suggest me.

Thanks,

Hi Alper

Thanks for the reply. I tried this solution but still text are not coming.

Hi Alper

Thanks for the response. It means for this I need to purchase the full source code and then make it as open source so is it a last option for this?

Thanks,

Hi

I have explored this created sample project from abp site to check differences so found some features we can't access in open source web application version. So is it possible to create console or GUI application and this application will copy the .suite folder and paste into open source web application?

Please suggest me for the same.

Thanks,

Hi

Thanks for the reply. I have tried to set inline edit tried editmode =inline in datagrid the column which needs to be editable are set editable =true but after clicking edit button in datagrid save button is not trigerring so can you please help me in this.

Thanks,

Hi,

Thanks for the reply. it's working fine. Can you please suggest me If I want to hide some options that are available under Administration so is it possible or not. If it's possible then how we can do this.

I want to show only roles and user that is present in Identity Management. Please suggest me for this.

Thanks,

Zobrazených 271 až 280 z 286 záznamov
Made with ❤️ on ABP v8.2.0-preview Updated on marca 25, 2024, 15:11