Skip to content

Commit 0710064

Browse files
committed
Remove broken extra locales functionality
1 parent 067fc26 commit 0710064

File tree

3 files changed

+1
-71
lines changed

3 files changed

+1
-71
lines changed

lib/custom_wizard/extensions/extra_locales_controller.rb

Lines changed: 0 additions & 14 deletions
This file was deleted.

plugin.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22
# name: discourse-custom-wizard
33
# about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more.
4-
# version: 2.11.8
4+
# version: 2.12.0
55
# authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever, Marcos Gutierrez
66
# url: https://github.com/paviliondev/discourse-custom-wizard
77
# contact_emails: [email protected]
@@ -90,7 +90,6 @@
9090
require_relative "app/serializers/custom_wizard/log_serializer.rb"
9191
require_relative "app/serializers/custom_wizard/submission_serializer.rb"
9292
require_relative "app/serializers/custom_wizard/realtime_validation/similar_topics_serializer.rb"
93-
require_relative "lib/custom_wizard/extensions/extra_locales_controller.rb"
9493
require_relative "lib/custom_wizard/extensions/invites_controller.rb"
9594
require_relative "lib/custom_wizard/extensions/users_controller.rb"
9695
require_relative "lib/custom_wizard/extensions/guardian.rb"
@@ -189,7 +188,6 @@
189188
redirect_to_wizard_if_required if current_user
190189
end
191190

192-
::ExtraLocalesController.prepend ExtraLocalesControllerCustomWizard
193191
::InvitesController.prepend InvitesControllerCustomWizard
194192
::UsersController.prepend CustomWizardUsersController
195193
::Guardian.prepend CustomWizardGuardian

spec/extensions/extra_locales_controller_spec.rb

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)