Hello 
I created 4 metadata groups (pls see code)
I registered it
I uploaded a pdf document
I assigned one of the groups to the document and filled the properties
so far everything was fine
Problem:
In the metadata panel, I can not see the assignment in the database %meta% tables all selects deliver no result/ 0 datarows
System: Ubuntu 18.04 Server, Maria DB 10
OpenKM: Version 6.3.6 (build: 87d181f)
My state: newby
 
Is there any idea/ suggestion?
All hints are welcome
Thank you in advance
regards
OpaHeinz
					
										
																					I created 4 metadata groups (pls see code)
I registered it
I uploaded a pdf document
I assigned one of the groups to the document and filled the properties
so far everything was fine
Problem:
In the metadata panel, I can not see the assignment in the database %meta% tables all selects deliver no result/ 0 datarows
System: Ubuntu 18.04 Server, Maria DB 10
OpenKM: Version 6.3.6 (build: 87d181f)
My state: newby
Is there any idea/ suggestion?
All hints are welcome
Thank you in advance
regards
OpaHeinz
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE property-groups PUBLIC "-//OpenKM//DTD Property Groups 2.3//EN"
                                 "http://www.openkm.com/dtd/property-groups-2.3.dtd">
<property-groups>
  <property-group label="Laborergebnisse" name="okg:laborergebnisse">
    <input label="Für wen" type="text" name="okp:laborergebnisse.name"/>
    <input label="Datum vom" type="date" name="okp:laborergebnisse.date" />
    <input label="Über Praxis Dr." type="text" name="okp:laborergebnisse.praxis" />
    <textarea label="Bemerkung" name="okp:laborergebnisse.comment"/>
  </property-group>
  <property-group label="Untersuchungsberichte" name="okg:untersuchungsberichte">
    <input label="Für wen" type="text" name="okp:untersuchungsberichte.name"/>
    <input label="Datum vom" type="date" name="okp:untersuchungsberichte.date" />
    <input label="Über Praxis Dr." type="text" name="okp:untersuchungsberichte.praxis" />
    <textarea label="Bemerkung" name="okp:untersuchungsberichte.comment"/>
  </property-group>
 <property-group label="Krankmeldung" name="okg:krankmeldung">
    <input label="Für wen" type="text" name="okp:krankmeldung.name"/>
    <input label="Datum von" type="date" name="okp:krankmeldung.date_from" />
    <input label="Datum bis" type="date" name="okp:krankmeldung.date_until" />
    <input label="Datum vom" type="date" name="okp:krankmeldung.date_am" />
    <input label="Über Praxis Dr." type="text" name="okp:krankmeldung.praxis" />
    <textarea label="Bemerkung" name="okp:krankmeldung.comment"/>
  </property-group>  
   <property-group label="Rezepte" name="okg:rezept">
    <input label="Für wen" type="text" name="okp:rezept.name"/>
    <input label="Datum vom" type="date" name="okp:rezept.date" />
    <input label="Über Praxis Dr." type="text" name="okp:rezept.praxis" />
    <textarea label="Bemerkung" name="okp:rezept.comment"/>
  </property-group> 
</property-groups>
						 Last edited by OpaHeinz on Wed Jan 30, 2019 4:20 pm, edited 1 time in total.
						 						 
						
																
            
									
									