dokuwiki-plugin-struct icon indicating copy to clipboard operation
dokuwiki-plugin-struct copied to clipboard

Table with multiple scheme: limited display of entries

Open stefanobasta opened this issue 7 years ago • 0 comments

with the following configuration: scheme_A is assigned for the whole dokuwiki database and has only one field "Text1" scheme_B is assigned for the namespace "First namespace" and has 3 fields: "Text2", "Text3", "Text4" When I create a table with the two schemes

---- struct table ----
schema: schema_A, scheme_B
cols: %pageid%, schema_A.Text1, schema_B.Text2, schema_B.Text3, schema_B.Text4
----

It creates a table where only pages are shown where one field of scheme_A and one field of scheme_B was filled out. So it will be impossible to start to filling out only one field of a page to activate the page in a central table and starting to fill out all the other fields with the comfortable "inline editing" function. It would be nice to show every page in the table when only one of the schemes fields was filled out.

stefanobasta avatar Feb 28 '17 06:02 stefanobasta