Releases: Solvosoft/organilab
v1.4.3
What's Changed
- Fixing some bugs, removing dom and adding translations by @marcelagz in #362
- Username validation by @marcelagz in #363
- Fixed shelfobject filtering allowing filter by code by @luisza in #365
- Refactor Report of precursors by @Kejebo in #366
- Allow user to switch to other organization user by @luisza in #368
- Fix precursor task by @Kejebo in #369
- Project Presentation screen @marsoguti
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- Fixing bug filter queryset by @marcelagz in #339
- Updating shelfobject field by @marcelagz in #344
- Updating pk when try to remove a procedure by @Kejebo in #345
- New permission in Informs model by @Kejebo in #348
- Filter containers by shelf table by @marcelagz in #349
- New Validation to DRF views by @Kejebo in #350
- Reactive edit button by @marcelagz in #354
- Equipment list view by @marcelagz in #356
- Equipment shelfobject characteristic by @Kejebo in #357
- New waste report by @Kejebo in #355
- Title informs templates by @marcelagz in #358
- Shelfobject CRUDAL by @Kejebo in #359
- Edit equipment shelfobject by @Kejebo in #360
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Allow change profile profile providing groups by @marcelagz in #330
- Search obj by organization view by @marcelagz in #331
- Bug fixed, Group Select not cleaned when change tab by @Kejebo in #334
- Test for profile group by @Kejebo in #335
- GTSelect organization tests by @marcelagz in #336
Full Changelog: v1.4.0...v1.4.1
v1.4.0
In this version, work is being done on validations in serializers to prevent unauthorized users from performing unauthorized operations. Additionally, multiple unit tests have been created in the gtselect APIs.
It is also possible to assign permission groups to profiles for tasks that are not related to a specific organization or laboratory, allowing access to certain views without requiring super administrator permissions.
Efforts have been made to better identify which objects can be containers, enabling the selection of containers only.
The file delivery has been fixed as it was experiencing an error in integration with nginx.
The ability to change the language per profile has been added.
The laboratory search feature has been removed, and the search within a laboratory has been fixed to address the assignment error when the substance name contains a comma.
Protocol tests that were affected by the new version of Djgentelella have been repaired.
Version 1.9.0 of django-gentelella-widgets has been incorporated.
A list of the Pull Requests made is:
What's Changed
- Validate gtselect serializers by @Kejebo in #309
- Gtselect laboratoryview tests by @marcelagz in #311
- Profile group by @marcelagz in #321
- Set names of media files by @Kejebo in #326
- Remove search widget by @marcelagz in #318
- Materials not container by @Kejebo in #319
- Fixing media file bug by @Kejebo in #322
- Language by profile by @luisza in #327
- Setting delimiter tag from laboratory view by @marcelagz in #325
- Protocols permissions by @Kejebo in #328
- fix protocol test by @Kejebo in #329
Full Changelog: v1.3.0...v1.4.0
Laboratory view new implementation and bux fixes
- Improve testing, increase amount of tests to laboratory view.
- Improve docker support.
- Improve loggin support.
- Fixed email registry when email has more than 3 suffix.
- Improve PDF presentation.
- Improve report management.
- Improve translations management.
- New container functionality.
- Improve measure unit management.
- Improve laboratory view search functionality.
- Remove old code from views that are not used any more.
- Fixed tox issue in new version of python.
- Add lintrc support for code style.