mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-28 09:24:24 +01:00
Merge branch 'dev' for release 6.3.34
This commit is contained in:
commit
4b542bd8ee
@ -2,6 +2,10 @@
|
||||
|
||||
## Next release
|
||||
|
||||
## v6.3.34 2024 October 21
|
||||
|
||||
- Fix a bug: unable to run open project update task
|
||||
|
||||
## v6.3.33 2024 October 2
|
||||
|
||||
- Fix a bug: unable to reset OpenApi token
|
||||
|
@ -19,7 +19,7 @@ namespace :fablab do
|
||||
task bulk_update: :environment do
|
||||
if Setting.get('openlab_app_id').present? && Setting.get('openlab_app_secret').present?
|
||||
Project.find_each do |project|
|
||||
project.openlab_update
|
||||
project.openlab_create_or_update
|
||||
puts '-> Done'
|
||||
end
|
||||
else
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fab-manager",
|
||||
"version": "6.3.33",
|
||||
"version": "6.3.34",
|
||||
"description": "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.",
|
||||
"keywords": [
|
||||
"fablab",
|
||||
|
Loading…
Reference in New Issue
Block a user