Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
Bump version
Dieser Commit ist enthalten in:
Ursprung
9064b2fcbb
Commit
d68cd4a9fb
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -39,7 +39,7 @@ export default Controller.extend({
|
|||
let baseUrl = (window.location.href).split('/admin');
|
||||
if (baseUrl.length > 1) {
|
||||
return baseUrl[0] + "/w/" + dasherize(wizardId);
|
||||
}
|
||||
}
|
||||
return window.location.origin + "/w/" + dasherize(wizardId);
|
||||
},
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
# name: discourse-custom-wizard
|
||||
# about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more.
|
||||
# version: 2.1.1
|
||||
# version: 2.1.2
|
||||
# authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever
|
||||
# url: https://github.com/paviliondev/discourse-custom-wizard
|
||||
# contact_emails: development@pavilion.tech
|
||||
|
|
Laden …
In neuem Issue referenzieren