-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove deprecated fields/parameters DHIS2-18925 #19965
Conversation
dhis-2/dhis-services/dhis-service-tracker/src/main/java/org/hisp/dhis/tracker/PageParams.java
Outdated
Show resolved
Hide resolved
@@ -63,23 +63,9 @@ | |||
@OpenApi.Property(defaultValue = "50") | |||
private Integer pageSize; | |||
|
|||
@OpenApi.Property(defaultValue = "false") | |||
private Boolean totalPages = false; | |||
private boolean totalPages = false; |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
PageRequestParams.isTotalPages
.../java/org/hisp/dhis/webapi/controller/tracker/export/enrollment/EnrollmentRequestParams.java
Fixed
Show fixed
Hide fixed
@@ -73,23 +73,9 @@ | |||
@OpenApi.Property(defaultValue = "50") | |||
private Integer pageSize; | |||
|
|||
@OpenApi.Property(defaultValue = "false") | |||
private Boolean totalPages = false; | |||
private boolean totalPages = false; |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
PageRequestParams.isTotalPages
// enabled | ||
@OpenApi.Property(defaultValue = "true") | ||
private Boolean paging; | ||
private boolean paging = true; |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
PageRequestParams.isPaging
@@ -55,23 +55,9 @@ | |||
@OpenApi.Property(defaultValue = "50") | |||
private Integer pageSize; | |||
|
|||
@OpenApi.Property(defaultValue = "false") | |||
private Boolean totalPages = false; | |||
private boolean totalPages = false; |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
PageRequestParams.isTotalPages
7e5cae5
to
660ec28
Compare
533c990
to
0aa59a2
Compare
0aa59a2
to
ddfbe87
Compare
|
see https://github.com/dhis2/dhis2-releases/tree/master/releases/2.41#deprecated-endpoints