directus/v6-archive

WYSIWYG Full not working on relational edits

オープン

#6 opened on 2018/10/25

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (4 件のフォーク)auto 404
3. MajorInterfaceRelationalbughelp wantedv6

Repository metrics

Stars
 (2 個のスター)
PR merge metrics
 (PR metrics pending)

説明

From directus created by peremp : directus/directus#1567

Version Info

  • Directus version and branch: 6.3.9 and 6.4.0

Imagine that we have a table solutions, a table problems, and a table use_cases as junction table. The table solutions has a M2M field called "related problems".

Steps to Reproduce

  1. Create some random problems.
  2. Create a solution, and in the "related problems" field choose some of the existing problems created on step 1.
  3. Save.
  4. Edit the solution and click on any of the related problems added on step 2.
  5. Edit something on the problem
  6. Click "Save".

Expected Behavior

The problem changes are saved.

Actual Behavior

The changes are not saved.

Also

If the problem table have a "WYSIWYG" editor, it is not loaded when accessing to the problem through the solution edition.

コントリビューターガイド