Picture of Joe Wickert
Patch Authoring Tool
by Joe Wickert - Friday, 13 January 2017, 6:08 AM
 

Hi,

We have an issue with the Authoring Tool adding /n characters to text areas which causes issues for screen readers.It's been addressed with an issue and patch here:

https://github.com/adaptlearning/adapt_authoring/pull/1417/files

How can I temporarily patch my version of the Authoring Tool to incorporate the fix?

I've tried manually making the change and running node server, but doesn't seem to work. Does the AT need to be rebuilt or refreshed somehow?

Thanks

joe

 

Picture of Dan Gray
Re: Patch Authoring Tool
by Dan Gray - Monday, 16 January 2017, 4:06 PM
 

Hi Joe

You will need to rebuild the front end files. To do this I would stop the authoring tool server and run:

grunt build

Before restarting.

Dan