Skip to content

Commit

Permalink
Version is now "2.4.10".
Browse files Browse the repository at this point in the history
  • Loading branch information
genglert committed Dec 13, 2023
1 parent 5d7f261 commit d3c5faa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
== Version 2.4.10 Work in progress (not released -- this is a draft) ==
== Version 2.4.10 ==

UPGRADE NOTE :
- You should re-generate the media files (creme generatemedia --settings=[...]).

Users side :
------------
# An error 500 in the merge view, when one entity did not exist anymore, has been fixed.
# Fix employees & merge selection listview popup : now the entities remain filtered even with order or page change.
# In the merge view :
- There were issues with ManyToMany fields.
- An error 500, when one entity did not exist anymore, has been fixed.
# The listview popup to select new mangers/employees & entity to merge has been fixed :
now the entities remain filtered even with order or page change.
# In the theme "Chantilly" :
- The style of messages for empty blocks was not consistent.
- An icon "Restore" was missing.
Expand All @@ -18,13 +24,13 @@

Non breaking changes :
----------------------
# Fix empty initial value of MergeField for ManyToMany fields.
# Fix an issue when setting an empty array to CheckListSelect widget.
# Add customizable reload url for EntitiesList views.
# An issue, when passing an empty array to CheckListSelect widget, has been fixed.
# A customizable reload URL has been added to EntitiesList views.
# Apps :
* Activities :
- Fix an issue in the deepcopy of the property 'limit_choices_to' of ActivitySubTypeField : it was lost and the choices not filtered.
- Fix Activity deletion : Since the relation 'subject of activity' is internal we need to remove them before deleting.
- The deletion of Activity was not possible (the relationships "subject of activity" prevented it).
- An issue in the deepcopy of the property 'ActivitySubTypeField.limit_choices_to' has been fixed :
it was lost and the choices not filtered.
* Opportunities :
- Some bricks (products/services/quote..) did not accept specific columns.

Expand Down
2 changes: 1 addition & 1 deletion creme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.4.9'
__version__ = '2.4.10'


def get_version():
Expand Down

0 comments on commit d3c5faa

Please sign in to comment.