[ADDCOM] Multiple issues with addcom object #7

Closed
opened 2020-12-08 03:26:53 +01:00 by Ghost · 2 comments

The addcom coordination object has several issues:

  1. Some fields in the community admin are not required but backend force to get them.
  2. When some required fields are missing or an error is made when filling the community admin form, the returned values in the form are not correct or valid. Some are missing.
  3. An error is occured at community node creation in the backend.
The addcom coordination object has several issues: 1. Some fields in the community admin are not required but backend force to get them. 2. When some required fields are missing or an error is made when filling the community admin form, the returned values in the form are not correct or valid. Some are missing. 3. An error is occured at community node creation in the backend.
Ghost added the
bug
master
labels 2020-12-08 03:26:53 +01:00
Author
  1. Some fields in the community admin are not required but backend force to get them.

This issue is fixed. Added the correct code in the returned form after an error on initial form.

  1. When some required fields are missing or an error is made when filling the community admin form, the returned values in the form are not correct or valid. Some are missing.

This issue is fixed. Added the not required field in the filter at backend execution of form.

  1. An error is occured at community node creation in the backend.

This issue is fixed. Error was generated by the first labal of node_ctype dropdown field. An additional check has been added on the value sent by the form.

> 1. Some fields in the community admin are not required but backend force to get them. This issue is fixed. Added the correct code in the returned form after an error on initial form. > 2. When some required fields are missing or an error is made when filling the community admin form, the returned values in the form are not correct or valid. Some are missing. This issue is fixed. Added the not required field in the filter at backend execution of form. > 3. An error is occured at community node creation in the backend. This issue is fixed. Error was generated by the first labal of node_ctype dropdown field. An additional check has been added on the value sent by the form.
Ghost added the
fixed
label 2020-12-08 03:33:19 +01:00
Ghost referenced this issue from a commit 2020-12-08 03:34:20 +01:00
Author

Pushed to master

Pushed to master
Ghost closed this issue 2020-12-08 03:34:38 +01:00
Sign in to join this conversation.
No description provided.