Activities of "yekalkan"

Running DbMigrator updates the database and seeds data. Running update-database command on Package Manager Console only updates the database.

Hi @cmthomps,

We'll fix this as soon as possible. If this is urgent for you, send an email to info@abp.io including the information of the member you want to add.

CRUD page generator is not designed to work with module template. But that is in our plans.

Answer

Via the CLI, using -t module-pro creating a new module failed

I tried, and successfully downloaded module-pro and app-pro templates. Please don't only say 'it failed'. Share the error with us.

Hi,

I encountered none of the problems in your first 2 posts. My steps were:

  • Download a pro template.
  • Run .DbMigrator project.
  • Run abp add-module Volo.Blogging.
  • Run the application.
  • Create a new blog.

All works well.

"The Cover Image field is required."

You encountered that probably because of a missing document/explanation or missing a step in add-module command.. Sorry for that. You must set the configuration below.

using Volo.Blogging.Files;

            Configure<BlogFileOptions>(options =>
            {
                options.FileUploadLocalFolder = Path.Combine(hostingEnvironment.WebRootPath, "files");
            });

Well, i figured it out.

See https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectModification/EfCoreMigrationAdder.cs#L15

In Mac/Linux environment , dotnet ef command is run on dbMigrator project. That is the problem. We'll fix this in next release (v2.1.0).

I've created an issue: https://github.com/abpframework/abp/issues/2795

Customers are not allowed to access to abp commercial repository. You will be able to download source code of pro modules from Suite in next release if your license is business or enterprise.

Also, will we have the possibility to add navigation/reference property in Abp Suite in the future?

Yes. Planned for v2.2.

Have you moved or renamed the file that contains your permission names?

Showing 1 to 10 of 356 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11