diff --git a/README.md b/README.md index 492b243..5bc14ae 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Demonstrates two ways to style the form of a non-current version of an item. Release | Notes --------|-------- +[v1.1.0](https://github.com/ArasLabs/style-non-current-items/releases/tag/v1.1.0) | Updated code for new part bug; verified on 12.0 [v1.0.1](https://github.com/ArasLabs/style-non-current-items/releases/tag/v1.0.1) | Tested 11.0 SP12, SP15. Tested on Edge, Firefox 60 ESR, Chrome. [v1.0.0](https://github.com/ArasLabs/style-non-current-items/releases/tag/v1.0.0) | First release. Tested on Internet Explorer 11, Firefox 38 ESR, Chrome. Though built and tested using Aras 11.0 SP7, this project should function in older releases of Aras 11.0 and Aras 10.0. @@ -16,11 +17,10 @@ Release | Notes Project | Aras --------|------ +[v1.1.0](https://github.com/ArasLabs/style-non-current-items/releases/tag/v1.1.0) | 10.0+, 11.0+, 12.0+ [v1.0.1](https://github.com/ArasLabs/style-non-current-items/releases/tag/v1.0.1) | 10.0 SPx, 11.0 SP7+, 11.0 SP12+, 11.0 SP15 [v1.0.0](https://github.com/ArasLabs/style-non-current-items/releases/tag/v1.0.0) | 10.0 SPx, 11.0 SP7; Old Community Board Migration -> Though built and tested using Aras 11.0 SP7, this project should function in older releases of Aras 11.0 and Aras 10.0. - ## How It Works The project's import package includes two methods - `labs_StyleNonCurrent` and `labs_NonCurrentOverlay`. Both use the same basic logic to determine whether the context item is the current version. @@ -37,7 +37,7 @@ First we check whether the context item includes the `is_current` property. If s ### Pre-requisites -1. Aras Innovator installed (version 11.0 SPx preferred) +1. Aras Innovator installed (current released version preferred) 2. Aras Package Import tool 3. StyleNonCurrentItems import package 4. StyleNonCurrentItems code tree overlay @@ -66,7 +66,7 @@ You are now ready to login to Aras and check out the examples for customizing no ### Change the Background Color -![Custom Background Color](./Screenshots/bg-color.gif) +![Custom Background Color](./Screenshots/color_bkg-sbs.png) 1. Log in to Aras as admin. 2. Click **Administration > Forms** and search for the Part form. @@ -76,14 +76,15 @@ You are now ready to login to Aras and check out the examples for customizing no 6. Save the form. 7. Click **Design > Parts** in the table of contents (TOC). 8. Open an existing Part with previous versions (generation > 1). -9. On the Part form, click **View > Revisions**. +9. On the Part form, click **Navigate > Revisions**. (v12) + - On the Part form, click **View > Revisions**. (v11) 10. In the resulting dialog, double-click one of the previous generations of the Part. The Part form that appears will have a grey background. If you would like to change the color or style applied to non-current items, you can edit the `labs_StyleNonCurrent` method. ### Display a Watermark Image -![Watermark Image](./Screenshots/overlay.gif) +![Watermark Image](./Screenshots/overlay-sbs.png) 1. Log in to Aras as admin. 2. Click **Administration > Forms** and search for the Part form. @@ -94,7 +95,8 @@ The Part form that appears will have a grey background. If you would like to cha 7. Save the form. 8. Click **Design > Parts** in the table of contents (TOC). 9. Open an existing Part with previous versions (generation > 1). -10. On the Part form, click **View > Revisions**. +10. On the Part form, click **Navigate > Revisions**. (v12) + - On the Part form, click **View > Revisions**. (v11) 11. In the resulting dialog, double-click one of the previous generations of the Part. The Part form that appears will have a watermark image that says "Non Current". If you would like to change the watermark image that is displayed: diff --git a/Screenshots/bg-color.gif b/Screenshots/bg-color.gif deleted file mode 100644 index 77b9ea1..0000000 Binary files a/Screenshots/bg-color.gif and /dev/null differ diff --git a/Screenshots/color_bkg-sbs.png b/Screenshots/color_bkg-sbs.png new file mode 100644 index 0000000..0d10df2 Binary files /dev/null and b/Screenshots/color_bkg-sbs.png differ diff --git a/Screenshots/colored_background.png b/Screenshots/colored_background.png deleted file mode 100644 index c5578c4..0000000 Binary files a/Screenshots/colored_background.png and /dev/null differ diff --git a/Screenshots/overlay-sbs.png b/Screenshots/overlay-sbs.png new file mode 100644 index 0000000..3c3432d Binary files /dev/null and b/Screenshots/overlay-sbs.png differ diff --git a/Screenshots/overlay.gif b/Screenshots/overlay.gif deleted file mode 100644 index 4266678..0000000 Binary files a/Screenshots/overlay.gif and /dev/null differ diff --git a/Screenshots/overlay.png b/Screenshots/overlay.png deleted file mode 100644 index 9868d60..0000000 Binary files a/Screenshots/overlay.png and /dev/null differ diff --git a/Screenshots/revisions.png b/Screenshots/revisions.png deleted file mode 100644 index 070aa73..0000000 Binary files a/Screenshots/revisions.png and /dev/null differ diff --git a/Screenshots/start.png b/Screenshots/start.png deleted file mode 100644 index 800b8b7..0000000 Binary files a/Screenshots/start.png and /dev/null differ