Esri / solutions-components

A collection of UI components for constructing webapps.
Apache License 2.0
15 stars 7 forks source link

Clicking on Create feature button is not showing any feature template/form in Manager #889

Closed azizaparveen closed 1 month ago

azizaparveen commented 1 month ago

Describe the bug

Clicking on Create feature button is not showing any feature template/form in Manager, Seeing a bunch of console error. image

Expected Behavior

Feature template or Feature form should show up.

Reproduction Steps & Sample

Test app: https://solutions.mapsdevext.arcgis.com/apps/instant/manager/index.html?appid=414bf95f3ca240faa98df7f5e0537ef9

  1. Launch the app
  2. Click on Create feature button
  3. Observe the behavior, notice that it is not showing create feature template.

Other Relevant Info

No response

azizaparveen commented 1 month ago

cc @sarahmcdonald7

sumitzarkar commented 1 month ago

@azizaparveen

jmhauck commented 1 month ago

Any time a new module is imported we need to add to the appropriate require file in IA. I got Reporter updated when the main PR with these new modules came in but overlooked the fact that Manager would use create-feature as well. Should be good in dev tomorrow after https://devtopia.esri.com/WebGIS/arcgis-portal-app-templates/pull/10704

azizaparveen commented 1 month ago

This looks good