ladybirdweb / faveo-helpdesk

Faveo Open source ticketing system build on Laravel framework

Home Page:https://www.faveohelpdesk.com/online-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Child fields not displaying

azque opened this issue · comments

  • Faveo Version : 2.0.3
  • PHP version : 8.2
  • Database Driver & Version : mysql 8.0
  • Server specification :
    Disk Space | 250 GB
    RAM | 6144 MB
    CPU Cores | 4

Description:

Child function not working or not displaying the child fields

image

image

image

Steps To Reproduce:

  1. Go to Admin Panel -> Manage -> Forms -> Create Forms
  2. Create a form named "Mother" with a field with select type and populate the values textbox
  3. Click "Save form"
  4. Repeat step 2 and step3, but this time name the form "Child"
  5. Go to Admin Panel -> Manage -> Forms to see the list of created forms
  6. In the column of "Form name", find the "Mother" form and click "Add child" button along its row
  7. The "Mother" form will be displayed showing the select-type field and a "+Add child" button on its right
  8. Click the "+Add child" button
  9. "Add child" popup will be displayed
  10. Click the dropdown and select the "Child" form you created in step 4
  11. Click save and you will return to a page just like in step 7
  12. You can now test the "Child" function just by clicking the dropdown

Downloaded from

  • development-branch