openMF / web-app

Mifos X Web App is the revamped version of the Mifos X Community App built on top of the Fineract Platform leveraging the popular Angular framework.
https://openmf.github.io/web-app/
Mozilla Public License 2.0
230 stars 533 forks source link

More than one similar names show up during the addition of event #1896

Closed ichux closed 10 months ago

ichux commented 12 months ago

Description

Choosing of options during the addition of events has a repeat of displayed option

Steps to Reproduce

Browse to http://127.0.0.1:19090/#/system/hooks/create, please change 127.0.0.1:19090 to taste.

Expected Behaviour

One option is enough and there should be no repeats

Actual Behaviour

There is a repeat of options

Settings

Screenshots, if any

Screenshot from 2023-11-08 12-20-55

PC-11-00 commented 10 months ago

It's not an error, someone made two actions with same name, and it's coming from backend, but there is an error, like actions were not dependent on entity so I am working on that.

PC-11-00 commented 10 months ago

It is resolved. Thanks