Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Enable the appropriate path to use to resolve an item handle restReport.js.  (Depends on https://github.com/DSpace/DSpace/pull/1366/files)

...

This setting can be found in **dspace-rest/src/main/webapp/static/reports/in restReport.js**

Code Block
languagejs
titleEnable/Disable Password AuthN
	//disable this setting if Password Authentication is not supported
	this.makeAuthLink = function(){return true;};

...