Skip to content
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

Export type OReportStoreParamValue and OFilterParameter #232

Closed
patricia-martinez-imatia opened this issue Apr 26, 2024 · 0 comments · Fixed by #233
Closed

Export type OReportStoreParamValue and OFilterParameter #232

patricia-martinez-imatia opened this issue Apr 26, 2024 · 0 comments · Fixed by #233
Assignees
Labels
bug Something isn't working v15

Comments

@patricia-martinez-imatia
Copy link
Contributor

What is the current behavior?

currently to use the type e OFilterParameter you have to use the full path,

import { OReportStoreService } from 'ontimize-web-ngx-report';
import { OReportStoreParamValue } from 'ontimize-web-ngx-report/lib/types/report-store-param.type';

It should be use report path
import { OReportStoreService,OReportStoreParamValue } from 'ontimize-web-ngx-report';

Affected versions:

  • ontimize-web-ngx: 15.x.x
  • ontimize-web-ngx-report: 15.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v15
Projects
None yet
2 participants