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

Unable to extend FormComponent from @alfresco/adf-process-services as model.service is not exported #9609

Open
madhurahuja opened this issue Apr 25, 2024 · 2 comments
Labels

Comments

@madhurahuja
Copy link

madhurahuja commented Apr 25, 2024

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation

Current behaviour:

Module not found: Error: Package path ./lib/form/services/model.service is not exported from package node_modules@alfresco\adf-process-services (see exports field in \node_modules@alfresco\adf-process-services\package.json)

Expected behavior:

Able to extend the FormComponent

Steps to reproduce the issue:

Try to create a custom form component by extending the form component and calling super with the following params

formService: FormService
taskFormService: TaskFormService
taskService: TaskService
editorService: EditorService
modelService: ModelService
visibilityService: WidgetVisibilityService
ecmModelService: EcmModelService
nodeService: NodesApiService

Component name and version:

FormComponent @alfresco/adf-process-services@6.1

Browser and version:

Chrome 124

Node version (for build issues):

Node 14 and Angular 14

New feature request:

@DenysVuika
Copy link
Contributor

Thanks for reporting, will be fixed in the next release

@madhurahuja
Copy link
Author

@DenysVuika when is the next release tentatively?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants