angular icon indicating copy to clipboard operation
angular copied to clipboard

[BUG] Can't create resources

Open gonlopherfuj opened this issue 2 years ago • 4 comments

Environment

Please provide as many details as you can:

  • Hosting type
    • [ ] Form.io
    • [x] Local deployment
      • Version: 6.0.0-rc.5
  • Formio.js version: 5.0.0-rc.23
  • Frontend framework: Angular
  • Browser: Google Chrome
  • Browser version: 114.0.5735.199

Steps to Reproduce

  1. Access the resources section
  2. Click on the create form button
  3. Enter any test data and save form

Expected behavior

What we have created should appear in the "Resources" section

Observed behavior

What we have created appears in the "Forms" section

Example

If possible, please provide a screenshot, live example (via JSFiddle or similar), and/or example code to help demonstrate the issue.

For code or form JSON, please enclose in a code block:

// your code here

gonlopherfuj avatar Aug 14 '23 10:08 gonlopherfuj

Hey @gonlopherfuj! Thank you for reaching out. We will investigate this issue.

roma-formio avatar Aug 17 '23 14:08 roma-formio

hello @gonlopherfuj can you elaborate more on Expected behavior and Observed behavior while going through the website i didn't get the issue like what you wanted to tell

prathmchavan avatar Aug 27 '23 05:08 prathmchavan

Hi,

I do the following:

I am in the resources tab, I click on the create form button below, I add a component and I save.

Since I am in the resources tab, a resource should be created but instead a form is created. So, I can't find a way to create resources.

gonlopherfuj avatar Aug 31 '23 08:08 gonlopherfuj

@gonlopherfuj you can track this PR https://github.com/formio/angular/pull/990. When it's merged, you can set the "resource" type in the config.

roma-formio avatar Sep 01 '23 09:09 roma-formio