directus/v6-archive

WYSIWYG Full not working on relational edits

開放

#6 建立於 2018年10月25日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (4 個分叉)auto 404
3. MajorInterfaceRelationalbughelp wantedv6

倉庫指標

星標
 (2 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南