Sean
224f98bf49
Merge pull request #4022 from CatoTH/Bugfix-Diff-Port
...
OS3-Port of #4020
2018-11-21 13:27:37 +01:00
Tobias Hößl
d3fc006ddc
Creating / Editing statute paragraph amendments
2018-11-20 14:40:01 +01:00
Tobias Hößl
88ee3053c9
OS3-Port of #4020
2018-11-19 20:45:25 +01:00
Sean Engelhardt
d968761377
Speaker indicators in Lists
2018-11-12 18:01:04 +01:00
FinnStutzenstein
c78de2138f
planar call list and HTML cleanup
2018-11-09 10:11:57 +01:00
FinnStutzenstein
8f939fa933
refine category editing and motion numbering. Fixes the current behavior of double-saving to take effect.
2018-11-08 16:01:08 +01:00
FinnStutzenstein
788beaae2a
error handling
2018-11-08 09:32:39 +01:00
Sean Engelhardt
5d06b8c417
Add motion states
2018-11-05 17:58:30 +01:00
Sean
7bfb097f12
Merge pull request #3967 from FinnStutzenstein/collectionStringModelMapperServiceCleanup
...
Remove the deprecation warning in the CollectionStringModelMapperService
2018-11-05 11:40:27 +01:00
FinnStutzenstein
b749231213
Remove the deprecation warning in the CollectionStringModelMapperService
2018-11-02 08:36:03 +01:00
FinnStutzenstein
430dbc1dff
motion comments and personal note in the motion detail view
2018-11-01 13:09:09 +01:00
FinnStutzenstein
060e68844d
Refine the HTTP Service.
2018-11-01 11:22:41 +01:00
FinnStutzenstein
e59497bc54
Setting change recommendations internal
2018-10-29 20:33:40 +01:00
Tobias Hößl
d5bd8761ee
Diff bugfixes: port of #3946 & #3943 - fixes #3944
2018-10-27 11:59:42 +02:00
Sean Engelhardt
2a06075315
Repair Categories, DataSend and Motion Detail
...
update to angular 7
2018-10-23 13:44:47 +02:00
Jochen Saalfeld
a7b01fc09c
implementing sorting in categories ( fixes #3903 )
2018-10-23 13:19:43 +02:00
Tobias Hößl
46ad38a98a
Change recommendations
2018-10-22 18:45:08 +02:00
Tobias Hößl
db25ac6bf4
Diff & Line numbering services
2018-10-22 18:44:58 +02:00
FinnStutzenstein
64f6f35e31
statute paragraphs list view
2018-10-19 07:41:15 +02:00
FinnStutzenstein
b1ea59ea28
Motion comment section list
2018-10-09 13:57:55 +02:00
Tobias Hößl
9f291308aa
Initial tests for OpenSlides3. Parallel execution of server and client
...
tests.
2018-10-08 14:10:18 +02:00
Sean Engelhardt
0c05eb38e2
Add motion controls + small fixes
2018-09-28 15:18:20 +02:00
sean
adb7556be0
User create update and details view
2018-09-28 12:29:33 +02:00
Jochen Saalfeld
d785d77207
restructuring patching of values to ensure type safety
...
fix disappearing submitters (hopefully)
- replaced "motion from form values" function with deserialize
- fix some typos
- make id id again
null, in contrast to undefined, will be send to the server...
Better typing and changed the create/update signatures in BaseViewModel
- use object as default type for BaseModel.
- use partial objects for updating
- Displayable should not have an id. Moved this into own interface
Identifiable and make the id in the BaseViewMotion abstract.
- create only takes a BaseModel. A ViewModel should not exists so far.
- Updated the update and create method for motions.
2018-09-24 10:45:53 +02:00
Jochen Saalfeld
48526d6c19
implementing categories
2018-09-20 11:22:24 +02:00
Sean Engelhardt
80cfeaac35
Create more list views
...
Also:
- Update dependencies
- Clean up proxy file
2018-09-18 10:21:59 +02:00
FinnStutzenstein
1b691f5eb6
Removed root injector
2018-09-13 15:06:43 +02:00
Jochen Saalfeld
535e0b2ba3
search-value-selector as shared component
...
Also making sure that every BaseModel implements onString to be
displayable by a Selector.
And adding the new search-value-selector in the motion-detail-view
2018-09-13 07:57:46 +02:00
FinnStutzenstein
0a40e4e292
first work for BaseRepo
2018-09-11 10:50:53 +02:00
Sean Engelhardt
39f266d2de
Motion Repository
...
Adds a repository to remove the logic in the motion domain object
The repository will add a new model layer between the components
and the domain objects
implicitly add a new buttion into the motion detail view
2018-09-10 14:53:47 +02:00