shesha-io / shesha-framework

An open-source Low-Code development framework for .NET developers. Create .NET based business applications with 80% less code.
https://shesha.io
Apache License 2.0
285 stars 45 forks source link

Roles created are not displayed in Export Configuration Items #1434

Closed hlayisanimazuze closed 2 weeks ago

hlayisanimazuze commented 2 weeks ago

The roles I've recently created on the system are not showing on Export Configuration Items.

Steps to reproduce the behavior:

  1. Go to 'https://function-adminportal-test.shesha.dev/dynamic/shesha/roles'
  2. Click on 'Add' button and create a new role
  3. Afterwards, navigate to: https://function-adminportal-test.shesha.dev/dynamic/shesha/forms
  4. Click on 'Export' button
  5. Click on versions to include and select latest
  6. Search for the new role created
  7. Actual Results: No record found

Expected behavior All roles showing on ShaRole table should show on Export Configuration Items

List of Sha Roles image

Actual Results image

I also checked under no-module folder, there are not listed there

hlayisanimazuze commented 2 weeks ago

Related Item

1338