Tom Greenfield
Tom Greenfield
Would you mind changing the hardcoded text `"Plugin management"` to `Origin.l10n.t('app.pluginmanagement')` [here]( https://github.com/adaptlearning/adapt_authoring/blob/develop/frontend/src/modules/pluginManagement/index.js#L30) please? Note: the unlocalised dashboard titles are fixed in https://github.com/adaptlearning/adapt_authoring/pull/1614.
Have retested on two different instances today and there were no problems with the fetch - the latest framework tag was successfully pulled down. Closing for now until it can...
Hi guys, sorry to jump onto this late. The original issue (#2219) asks for a password reveal in places where the password is being saved to the database, i.e. on...
@canstudios-nicolaw, you've caught my drift. Was mainly opening the discussion to avoid feature creep and/or security concerns. I read somewhere a while back that companies tend to avoid toggles on...
Nice idea, although, I still refer back to my original [ticket](https://github.com/adaptlearning/adapt_authoring/issues/1327) where it's suggested the filters are reverted to being unchecked by default. I can't believe anyone has found it...
Update: we already attempt to send an email on a manual password change: https://github.com/adaptlearning/adapt_authoring/blob/f5adc195cc8c5a3a3ba42fb1bc9ed3d169f5e711/lib/usermanager.js#L819-L825 Although this 'change password' functionality is now only available when SMTP is disabled so it would...
Please also include cleaning of build folder. Reference: https://github.com/adaptlearning/adapt_authoring/issues/2235. Edited: `grunt clean` does this [ref](https://github.com/adaptlearning/adapt_framework/blob/v2.0.7/grunt/config/clean.js)
Can we hold fire on the schema part of this request for the moment? We're in the midst of schema changes for the authoring tool and also quite possibly https://github.com/adaptlearning/adapt_framework/issues/1743....
@moloko, I think we need the framework's component schema updated if not just for the grunt translate tasks? We're looking into writing a migration script on the authoring tool side...
Just seen the following: ```console Error: Cannot find module '../cursor' ``` Also see #2478.