Base solution for your next web application

Activities of "ayoyusuf"

See the CreateEditionDto below.

our team didn't even know about the Swashbuckle so no we would not even attempt to make changes to a configuration we don't know what would happen.

CreateEditionDto{ edition* EditionCreateDto{ id integer($int32) nullable: true displayName* string dailyPrice number($double) nullable: true weeklyPrice number($double) nullable: true monthlyPrice number($double) nullable: true annualPrice number($double) nullable: true trialDayCount integer($int32) nullable: true waitingDayAfterExpire integer($int32) nullable: true expiringEditionId integer($int32) nullable: true } featureValues* [NameValueDto{ name string nullable: true value string nullable: true }] }

these names are on swagger UI and in the Angular projects (both typescript and html). So, the whole process completes with no errors. Just need to understand the basis/logic to enable the programmers add their own processes without errors.

Please answer the following questions before submitting an issue.

  • What is your product version? - 11.2
  • What is your product type (Angular or MVC)? - Angular
  • What is product framework type (.net framework or .net core)? .net core

When I generate DTOs and it converts it to Swagger variables, I am struggling with the Logic, as I need to understand the relationship between my variable name and the swaggwer variable name

My application DTO variable names as defined: GLSalesAccount GLCOGAccount PaymentMethodID AmountPaid UndistributedAmount

Automated Swagger created for the DTO: glSalesAccount glcogAccount paymentMethodID amountPaid undistributedAmount

Please why is GLCOGAccount not glCOGAccount

what is the logic for it to turn to glcogAccount?

I do hope you were able to observe and understand better the problem based on the full project that was sent.

Alternatively, if you do have a similar implementation in another project/sample, do share so I can pick up the logic used for it from that.

If you need any other information, do let me know.

Yes, the Tables containing the DataTables have different IDs. I have sent you an email with the files requested.

We are using ASP.Net Zero Asp.Net Core MVC & JQuery 5.0.6. I have my project and app working fine for most of my deployments. The challenge: is that if we have a Modal Form opened from a URL (Header Modal), and it has Datatable (e.g. A Header Table), if we open another Modal form (Detail Modal) having a table from it (e.g. to Open a Detail Table based on the Header Table), the Detail Modal opens but the Table does not show properly and the JQuery breaks but no errors in Chrome development debugger.

In Version 2.0 using MVC and JQuery (which used Jtable), we are able to open an Header Modal and detail Modal with tables and they work perfectly.

Please is there a sample for Modal header and modal detail where both modals have datatables?

NOTE: We have the List Modal, create Modal and Edit Modals working in both Ver 2 and ver 5.

Showing 11 to 16 of 16 entries