Activities of "alper"

hi,

we'll try to not make radical change. (the community didn't like the color transitions of the previous theme, that's why all the styles are completely revised and changed by our designer). If you need fine tuning , you can add a global CSS and overwrite the existing ones with !important keyword.

for the entity change history and for the Angular permission tab, I've created an issue to the team, they'll check it.

DbMigrator, creates the database, applies migrations and seeds data. Good to hear it works.

it's good to keep with the new theme but if you want to retain the old theme styles, copy your existing lepton.css and paste to your web project. and replace LeptonStyle contributor with your own css. But I'd suggest you to migrate to the new theme. changing your images and custom styles will be easier.

@sean.alford if you can send us the Suite entity json files, I'll try to reproduce and fix them.

Hi Roop,

v2.8 is release can you try with the latest version. If the issue has not been resolved, write your project creation details. tier architecture? mvc / angular? send your suite project create screenshot.

We have added a new module: Volo.TextTemplateManagement. This is a replacement of Volo.EmailManagement. Please use https://commercial.abp.io/modules/Volo.TextTemplateManagement

if you have issues with TextTemplateManagement create a new question.

AppUser.ExtraProperties is a new property. And it's not mapped in your application. So you can basically ignore this property mapping. You did a mapping as below:

CreateMap<AppUser, AppUserDto>();

change it

CreateMap<AppUser, AppUserDto>().Ignore(x => x.ExtraProperties);

if you have updated Suite on 2020-05-21, please remove and install it again.

abp suite remove
abp suite install

@sean for this post, I've created an issue. thank you for the feedback! https://support.abp.io/QA/Questions/149#answer-dc4c68b2-bb05-4581-4827-39f540d8ecbf

@sean for the update problem.. you need to first update abp cli tool then update abp suite see screenshot

Showing 1791 to 1800 of 1957 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30