Base solution for your next web application

Activities of "sean.alford"

@maliming, sorry, I forgot to run (npm run create-bundles) from the ProjectName.Web.Mvc folder.

It is working now.

Edge

Chrome

I'm running my project locally in IIS Express. When I click the Log in button it is not posting back to the server. It does this in Edge and Chrome.

It is our understanding that the RAD tool currently only supports a single surrogate ID for each entity.

I read here https://docs.abp.io/en/abp/latest/Entities that we can use the non-generic Entity class for Entities with composite keys. We would also need to use IRepository since IRepository<TEntity, TKey> only support a single TKey.

We have a mix of Entity types. Some use a single surrogate Id, while others require composite keys.

If we use the RAD Tool to scaffold out the code for an entity with a surrogate Id, what changes (files/classes) would we need to make to convert it to a composite key?

Question

Is there an undocumented optional param I can pass to the AspNetZeroRadTool that will automatically continue without waiting for the user to press Enter?

dotnet AspNetZeroRadTool.dll Namespace.Filename.json

Question

I'm pretty sure AspNetZero does not provid a entitiy/record level permission feature out of the box. What is the best approch to implement this? Is there a tutorial on this?

For some reason NPM never returns to the system prompt. It displays Finished, but never seems to terminate. When I press Ctrl+C, I'm promted with: Terminate batch job (Y/N)? I enter N and press enter. Is this normal? Am I not waiting long enough?

@Maliming no worries! Thanks for your support!

@yekalkan thanks!

  1. Are there any plans for to this type of navidation support in the RAD tool, or in the new abo.io RAD tools?
  2. How do you manually add a navigation link from an entitiy to its child entities?

Yes, the user settings will need to be persistant from once session to the next.

Showing 1 to 10 of 16 entries