bungeni-org / bungeni-editor

The Bungeni Editor is Drafting and Markup framework for XML production built on the OpenOffice.org platform. It supports different legislative document types (e.g hansard, bill) and supports definition of custom types, and allows markup and storage of metadata within the ODF document.
3 stars 0 forks source link

Missing tables for Bungeni Editor application #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following tables are missing from the embedded H2 db and are indicated with 
the respective toolbar actions that call them

[this issue is related to issue 98]

+----------------------------------------------------------------------+
|      TABLE       |                 ACTION                            |
+----------------------------------------------------------------------+
| PERSONS          | questions > by                                    |
+----------------------------------------------------------------------+
| COMMITTEES       | Notices of Motion > committee                     | 
+----------------------------------------------------------------------+
| TABLED_DOCUMENTS | Papers laid > import listing > select markup list |
+----------------------------------------------------------------------+

Original issue reported on code.google.com by reaganmb...@gmail.com on 17 Jan 2012 at 7:37

GoogleCodeExporter commented 9 years ago
The Editor should use the bungeni connector in these cases -- direct table 
access is not to be done anymore. 

Original comment by ashok.ha...@gmail.com on 18 Jan 2012 at 6:42

GoogleCodeExporter commented 9 years ago
Modification of BungeniEditor (and in BungeniConnector in 2 instances) to make 
the data available from the 3 tables above accessible to BungeniEditor. Code 
for all the dialogs that contains tables with information from the 3 tables has 
been finalised. Additional xml files have been added (committees.xml & 
documents.xml)

Original comment by reaganmb...@gmail.com on 18 Jan 2012 at 8:03

GoogleCodeExporter commented 9 years ago
Fixed - items moved to XML config

Original comment by ashok.ha...@gmail.com on 1 Feb 2012 at 1:52