pegasystems / constellation-ui-gallery

This open-source repository provides a collection of ready-to-use and customizable Constellation DX components. Use this resource to gain inspiration, best practices, and a solid foundation for implementing custom components.
https://pegasystems.github.io/constellation-ui-gallery/
Apache License 2.0
30 stars 22 forks source link

Fix hardcoded CardDetails viewname in Kanban utils #25

Closed vijayjangid closed 6 months ago

vijayjangid commented 7 months ago

2 places the viewname is hardcode. https://github.com/pegasystems/constellation-ui-gallery/blob/b1a4790f3923556eb47b117c4a55120f3d1ba2fa/src/components/Pega_Extensions_KanbanBoard/utils.ts#L26 https://github.com/pegasystems/constellation-ui-gallery/blob/b1a4790f3923556eb47b117c4a55120f3d1ba2fa/src/components/Pega_Extensions_KanbanBoard/utils.ts#L34

the viewname is coming as a prop to the component: detailsViewName so this should be used accordingly.

PS: identified these while working on Gantt compnonent, fixed there as part of this comment

ricmars commented 6 months ago

fixed https://github.com/pegasystems/constellation-ui-gallery/commit/abec916a9f1e4b91c59c342265a6312b43c7e363