blob: 33d488eb92179bfb103ebdc98400bf1502e9fb21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
Ishtar changelog
================
v3.0.5 - 2020-03-23
-------------------
### Features ###
- Autocomplete widget:
- tips (display information for the type of item searched)
- modify action
- display detail (address) of the current item
### Bug fixes ###
- Many fixes on file module
v3.0.4 - 2020-03-11
-------------------
### Features ###
- Quick actions - sheets: add duplicate for site, operation, document and context record
- Quick actions - tables:
- person: bulk update - organization field
- document: bulk update - creation date field
- operation: bulk update - operator field
- site: add bulk update form (towns field)
- find: bulk update - appraisal date and treatment emergency fields
- Search - criteria:
- Containers:
- find ID, label
- operation: town, scientist
- Warehouse:
- town
- All document items:
- has associated file
- has associated image
- has associated url
### Bug fixes ###
- Tables: fix display of links in columns
- Criteria search: manage empty field (but not NULL) multiple level search for file (including images) fields
v3.0.3 - 2020-02-24
-------------------
### Bug fixes ###
- Import: fix concatenation when the concat string is empty
v3.0.2 - 2020-02-17
-------------------
### Bug fixes ###
- Admin: improve performance
- Sentry integration
v3.0.1 - 2020-02-11
-------------------
### Bug fixes ###
- Finds: do not duplicate treatments on duplicate action
- QA basket: fix add to a shared basket
v3.0.0
------
A lot of changes since v2. Main change is python3 and Django 1.11 support.
|