-
Notifications
You must be signed in to change notification settings - Fork 1
Plugins: History
Ryan Lane edited this page Feb 9, 2019
·
5 revisions
A replacement for a Work Item's History button with a drop-down for all related Activities.
There are several options for installing this customization:
- IIS Redirect
- RequireJS Redirect
- Out-Of-The-Box File Replacement (Unrecommended)
- Copy controller.js and view.html files to CustomSpace directory.
PSPath | Location |
---|---|
MACHINE/WEBROOT/APPHOST/CiresonPortal/CustomSpace/scripts/forms/predefined/history | view.html |
MACHINE/WEBROOT/APPHOST/CiresonPortal/CustomSpace/scripts/forms/predefined/history | controller.js |
- Create IIS Redirect from original Cireson files to controller.js and view.html.
PSPath | Location | destination | exactDestination | httpResponseStatus |
---|---|---|---|---|
MACHINE/WEBROOT/APPHOST/CiresonPortal/scripts/forms/predefined/history | view.html | /CustomSpace/Scripts/forms/predefined/history/view.html | False | Permanent |
MACHINE/WEBROOT/APPHOST/CiresonPortal/scripts/forms/predefined/history | controller.js | /CustomSpace/Scripts/forms/predefined/history/controller.js | False | Permanent |
- Copy controller.js and view.html files to CustomSpace directory
PSPath | Location |
---|---|
MACHINE/WEBROOT/APPHOST/CiresonPortal/CustomSpace/scripts/forms/predefined/history | view.html |
MACHINE/WEBROOT/APPHOST/CiresonPortal/CustomSpace/scripts/forms/predefined/history | controller.js |
- Modify formBuilder.js with the custom path of controller.js
PSPath | Location | Line |
---|---|---|
MACHINE/WEBROOT/APPHOST/CiresonPortal/scripts/forms/ | formBuilder.js | 23 |
"CustomSpace/Scripts/forms/predefined/history/controller", // "forms/predefined/history/controller",
- Replace the original Cireson files with custom controller.js and view.html.
PSPath | Location |
---|---|
MACHINE/WEBROOT/APPHOST/CiresonPortal/scripts/forms/predefined/history | view.html |
MACHINE/WEBROOT/APPHOST/CiresonPortal/scripts/forms/predefined/history | controller.js |
- Modify controller.js line 6 with the final patch of view.html.
PSPath | Location | Line |
---|---|---|
MACHINE/WEBROOT/APPHOST/CiresonPortal/scripts/forms/predefined/history | controller.js | 10 |
"text!CustomSpace/Scripts/forms/predefined/history/view.html"