Base solution for your next web application

Activities of "jtallon"

I created entities with ASPNetZero powertools in VS. Date was one of them. I'm noticing on the front end the date is incorrect. Its seems to be out by an hour. Instead of 11th April 2019 its being passed into the API as 4/10/2019 11pm - for a create-or-edit.

I'm using version 6.5.0

Thanks, I noticed also after the fact that the views were custom ones which were copies of the generated one.

Hello,

I created an entity using the tool. However I later wanted to use the powertool again but this time to "Re-generate An Entity". I did the following:

  1. Rename some properties
  2. Remove some properties
  3. Add some new properties
  4. Remove a navigation property (eg ANOTHER_ENTITYId)

After I clicked "Generate" I saw that the web app was working as I expected.

I then:

  • cleaned
  • rebuilt
  • re-run the web app

Swagger was as I expected.

I then go into angular and run .\nswag\refresh.bat which completed ok.

However when I start the app I get the following errors:

ERROR in .../create-or-edit-ENTITY.component.ts(56,48): error TS2339: Property 'ANOTHER_ENTITYName' does not exist on type 'GetENTITYForEditOutput'.
.../create-or-edit-ENTITY.component.ts(81,60): error TS2339: Property 'ANOTHER_ENTITYId' does not exist on type 'CreateOrEditENTITYDto'.
.../create-or-edit-ENTITY.component.ts(88,21): error TS2339: Property 'ANOTHER_ENTITYId' does not exist on type 'CreateOrEditENTITYDto'.
.../create-or-edit-ENTITY.component.ts(94,21): error TS2339: Property 'ANOTHER_ENTITYId' does not exist on type 'CreateOrEditENTITYDto'.
.../ANOTHER_ENTITY-lookup-table-modal.component.ts(3,30): error TS2305: Module '".../shared/service-proxies/service-proxies"' has
no exported member 'ANOTHER_ENTITYLookupTableDto'.
.../ANOTHER_ENTITY-lookup-table-modal.component.ts(55,35): error TS2339: Property 'getAllANOTHER_ENTITYForLookupTable' does not exist on type 'ENTITYServiceProxy'.
src/app/main/main.module.ts(5,10): error TS2300: Duplicate identifier 'ENTITYComponent'.
src/app/main/main.module.ts(6,10): error TS2300: Duplicate identifier 'ViewENTITYModalComponent'.
src/app/main/main.module.ts(28,10): error TS2300: Duplicate identifier 'ENTITYComponent'.
src/app/main/main.module.ts(29,10): error TS2300: Duplicate identifier 'ViewENTITYModalComponent'.

Is there something else I need to do to "synchronise" the changes for the Angular world? Or do I need to manually clean up the files?

Hi @dev_frontrush, I'm about to do the same thing. Any tips?

Hi,

I'm looking to create some entities that have many to many relationships.

So far I've been able to create the many to many relationships using entity framework (manually adding extra entity>add-migration>update-database) which gives me the required 3rd (containing both entity Primary Keys) table in SQL server.

However, I want to create the other layers (UI etc) so the user can start populating the tables.

Is there a suggested best practice for carrying this out?

Thank you

Hi,

Has anyone used the ABP Zero for a Provider Hosted App model for SharePoint? i.e. Using Zero to edit properties in SharePoint (Online) and also controlling tasks like Workflow, etc, ?

Regards

Hi there,

I am using Core and Angular 6.5. I generate some entities using the Rad tool, and some forms will have a lot of controls/fields on the form. Now that the form is created, it shows as a modal.

How can I can the for to show as a normal form and not a modal?

Regards John

Hi there,

Using (v 6.5) of .NET Core and Angular.

I am wondering if anyone has an example of code used to create a Organisational Unit Tree Look Up Modal?

I have a new entity that has a Navigation Property to Organisational Unit. I use the RAD tool to generate the basic UI components, which creates an OU Table Lookup, but need to display the OUs in the tree view as a modal form.

Any help or code examples would be great.

Regards

On the roadmap, its mentioned that a new Calendar module will be added?

When is the calendar and scheduling functionality going to be added to Zero for Angular?

Answer

@ismcagdas, when are you expecting to have the full calendar Augular Component?

Showing 71 to 80 of 86 entries