-
Im updating bundle from 2.7 => 3.3 and I have problem to wrap my old logic into the new contracts. Because of a quite complicated transformations, I used combination of deserializing of the input to D…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
In ABP we have to create AutoMapper…
-
In Node.js, create a custom DTO with several properties. Now create a custom action and choose the input param to be of that DTO type, and the REST parameters to use "Split". Split the input DTO prope…
-
hi! , i have a issue with the inputDTO and Input ..
for example
**export const create = async (payload: IngredientInput): Promise => {** i
on service method create we have a **IngredientI…
-
### Describe the bug
If you have a DTO (maybe record) with a non nullable property `ICollection MyValues` than the generated schema.graphql looks great:
`input MyDtoInput {
myValues: [UUID!]!
…
-
Crear modulo auth:
Crear su controller, module y service.
- Implementar el metodo POST en el endpoint auth/login en el controller del modulo auth.
- Implementar DTO para validar los datos del formula…
-
- Crear modulo user:
- Crear su controller, module y service.
- Crear la entidad user con las propiedades:
id: UUID
name: string
lastName: string
email: string
password: string
cuil: number
rol: str…
-
There are some DTOs that are not validated and their properties are decorated with `@Allow()` because the properties are sent to Formio in the dryRun process. An attacker could send very large value i…
-
I want to validate my models by fluent validation. When I apply your documentation codes about fluent validation, it didnt work.
1- Install [Abp.FluentValidation](https://www.nuget.org/packages/Ab…
-
Now that highly configurable sentence generation _generally_ works, and that the most basic of web services (and hosting) are up and running, it needs a lot of refinement so it can be consume by probl…