25.3.1 March 31 - [improvement] NPT-613 - Support dependent enumerations in Risksheet Custom fields with single enumeration values dependent on another field (e.g. cascading dropdowns) are now supported. Once a value is selected in the parent field, the dependent enumeration is filtered accordingly. This behavior now matches native Polarion functionality. - [improvement] NPT-795 - Improved type column handling for cross-project configurations The 'type' column now consistently displays the Work Item type name, even in cross-project configurations where type pickers aggregate types from multiple projects. Previously, types unique to secondary projects were shown as IDs instead of names. 25.3.0 March 12 - [fix] NPT-822 - In case the pdf export scripts use custom variables with html fragment, the export fails. 25.2.1 February 28 - [fix] NPT-788 - Risksheet save fails on multiEnum column which is not of this type (even if value is empty) 25.2.0 February 11 - [feature] NPT-455 - Show only changed (added, updated, removed) items in Risksheet and its exports - [improvement] NPT-517 - Optimize processing of merged Risksheet cells for PDF/Excel export - [improvement] NPT-518 - More visible indication of applied filters in Risksheet Applied filter is indicated by funnel icon in the footer Row count in the footer displays how many filtered rows are visible - [improvement] NPT-746 - Expose Polarion services in Velocity context of risksheet.json variables - [improvement] NPT-689 - Show N/A in empty cells when exporting Risksheet to PDF - [improvement] NPT-649 - Do not show revision icons when loading risksheet from revision - [improvement] NPT-671 - Special PDF export cover page for Risksheet compare Exporting compare to PDF displays what Risksheet revisions are compared Apply this change to your existing projects by updating the risksheetPdfExport.vm template - [improvement] Display correct class name in Polarion logs - [fix] NPT-535 - Setting task.title column readOnly prevents creation of new tasks - [fix] NPT-634 - Custom tables contain too much whitespace in PDF export 24.11.0 November 11 - [fix] NPT-608 - Risksheet compare fails in case of null multi-item link - [fix] NPT-614 - Newly created tasks cannot be linked to other rows, it gets stored as new - [fix] NPT-615 - Module properties are cached across view requests - [fix] NPT-604 - Can't create new tasks with "backLink": true parameter 24.10.1 October 22 - [fix] NPT-579 - Error for linking the same WI type as row item when searching item by ID if item has no title 24.10.0 October 06 - [feature] Enable changing document status directly from the Risksheet menu. - [feature] Allow overwriting reference work items through the Risksheet interface. 24.9.2 September 19 - [feature] Custom Context Menu Actions See https://nextedy.freshdesk.com/support/solutions/articles/48001260881-risksheet-custom-context-menu-actions 24.9.1 September 17 - [feature] Added support to filter Master (Risk) rows based on column values within formulas. Example: risksheet.ds.getMasterRowsByColumnValue('hazard_id', info.item['hazard_id']).forEach(r => ... This enhancement allows users to write formulas that gather information from multiple master (risk) rows. 24.9.0 September 06 - [improvement] Support the processing of cell permissions defined by client-provided formulas when instance-level field permissions are disabled. 24.8.6 August 27 - [fix] NPT-500 - User is logged off, and risksheet does not communicate it properly - [improvement] Faster merger for multi item link columns. 24.8.5 August 26 - [improvement] Loading the risksheet from a revision is now 3x faster when tested on a document with 3,000 items. This speed increase is achieved by skipping checks for item and property read-only statuses, as the entire sheet is read-only in this context. - [improvement] Introduced a configuration option nextedy.risksheet.moduleOnlyPermissions (default: false), which can significantly improve load times—up to 5x faster—for large documents. When working with large risksheet documents (AKA modules), performance can be hindered by the system checking if work items are editable, which involves resolving the parent document. If your permission schema is defined at the document level and does not require item-level checks, you can set nextedy.risksheet.moduleOnlyPermissions=true in Administration > Configuration Properties. This will streamline the process by bypassing item-level edit checks, relying solely on document permissions instead. 24.8.4 August 25 - [improvement] Enhanced Risksheet loading performance by 3-4x when work items are cached (i.e., when the document has been previously loaded). \ This improvement was observed on a sample document containing 1,000 items, thanks to introduction of the Document Module cache. - [improvement] Smoother scrolling for complex sheets with around 1,000 items, achieved by delaying the calculation of row heights by 50ms during scrolling. 24.8.3 August 23 - [feature] NPT-468 - Introduced the ability to create a new document baseline directly from the risksheet. Actions related to history, baselines, revisions, and comparisons have been relocated to Menu > History. - [fix] NPT-510 - serverRender incorrectly pre-fills columns with the same value and does not respect column IDs during editing (the issue is not there after a reload). - [fix] NPT-508 - Document baselines are occasionally not loaded from the Risksheet. 24.8.2 August 16 - [fix] Resolved an issue where stored filters were not cleared when using the "Clear Filter" option in the toolbar menu 24.8.1 August 15 - [fix] NPT-352: Resolved an issue where an error occurred when removing an enum value using the delete key in dropdown menus. - [improvement] NPT-459: Added the ability to specify a target document for new items, with the flexibility to load items from any location. - [feature] NPT-417: Filters can now be stored in personal settings, allowing for a more personalized and consistent user experience. 24.8.0 August 01 - [feature] NPT-450 - load downstream tasks from “parent links” - [feature] NPT-451 - enable canCreate false for downstream columns See following example for both features: "dataTypes": { "risk": { "type": "risk" }, "task": { "type": "riskControl", "role": "mitigates", "name": "Risk Measure", "zoomColumn": "task", "canCreate": false, "backLink": true } } 24.7.3 July 11 - [fix] Date rendered as shifted from GMT to localtimezone. Now renders as on server. 24.7.2 July 08 - [fix] NPE on item templateb for item link columns 24.7.1 July 04 - [fix] NPT-422 Custom date format in column not possible for date fields 24.7.0 July 01 - [improvement] NPT-439 - Column header for row Risk item on the Risksheet & Export - [fix] NPT-436 - Nextedy Risksheet error on Doc Fields with no impact 24.6.3 June 26 - [fix] Velocity not processed when search for new tasks and few more places 24.6.2 June 24 - [fix] The velocity is not processed for project and document parameter for downstream items (tasks) 24.6.1 June 18 - [fix] NPT-443 - Not able to create new items when project is defined from Configuration Properties 24.6.0 June 04 - [fix] NPT-397 - Error on downstream WI selection operation - "No such context exists" - [fix] NPT-427 - multiEnum not showing options if row has minimal height 24.5.1 May 22 - [improvement] Document/Tab title shows document name - [improvement] NPT-405 - Sync data between Polarion&Risksheet For formula columns marked to be stored to Polarion (ie with "readOnly":false) You can now trigger Menu > Rows > Checked stored formulas 24.5.0 May 13 - [improvement] NPT-215 - Always open new tab when clicking on item with shift key. - [fix] NPT-415 - The date fields mismatch on different server/client time zone. - [fix[ NPT-252 - Wrong scroll position when opening a link 24.4.2 April 18 - [feature] Toolbar can be configured, so "Add New" actions are in submenu "global": { "culture": "en", "addAsSubmenu":true ... - [fix] Enums are not loaded from downstream items projects, if configured - [fix] NPT-197 - Tasks from a different project get duplicated - [fix] For some sheets, the export to pdf calculates the cell height wrong and content is clipped. 24.4.1 April 15 - [fix] ITraceProvider transaction initialization 24.4.0 April 12 - [fix] NPT-391 - Server render breaks in Excel export (&PDF Export a well) - [feature] ITraceProvider api for customizing the way trace links are handled 24.3.3 March 20 - [fix] Date columns not merged correctly in compare mode 24.3.2 March 19 - [fix] NPT-327 - Header Tooltips block sorting/filtering buttons - [improvement] NPT-304 - Comparison changes now showed in exploded rows instead of tooltips - [improvement] Comparison info displaying number of added/removed/modified risks. - [improvement] Communication of comparison loading via toasts. - [improvement] Major performance boost of comparison calculation. 24.3.1 March 06 - [fix] NPT-366 - Nextedy risksheet ERROR on some Document Fields (no impact) 24.3.0 March 04 - [improvement] New Multi-Item Editor - with fixes for copy&paste and keyboard navigation - [fix] NPT-258 - Risksheet - editing risk columns breaks the rendered version of description - [fix] when multiple projects are configured for itemLink/multiItemLink - take the first one to create new objects (by default) - [improvement] NPT-241 - Risksheet - multiItemLink support for queryFactory 24.2.4 February 15 - [fix] Wrong message when entering comparison from dirty (unsaved) sheet 24.2.3 February 15 - [fix] $risksheeetDocRenderer is there with triple e 24.2.2 February - [feature] Export colors to Excel - [feature] Export colors to PDF - [improvement] Export buttons inform about progress - [improvement] Close the "Open Revision View" by clicking on the 'Revision $REVISION_NUMBER" button in toolbar - [Improvement] Support for #exportDownstreamTable in risksheetPdfExport.vm - [improvement] NPT-284 - Support multiple link roles for item link columns, have them comma separated in types config. As this is backward incompatible change, you need to enable it, in Polarion Administration > Configuration Properties: nextedy.risksheet.checkLinkRoleCompliance=true - [fix] Multi-enum columns not exported well into Excel/Pdf - [fix] NPT-332 Compare not working for task with task column id other than "task" 24.2.1 February 06 - [fix] Comparison mode triggered from url parameter not showing removed items - [fix] No error message when 'Compare To Revision' prompt is canceled or nothing is inputed 24.2.0 February 6 - [feature] Open or compare Risksheet with document baselines easily. Menu > Document > Show Baselines Note: * Load project baselines optionally. Enable using Polarion Administration > Configuration Properties nextedy.risksheet.includeProjectBaselines=true * List of revisions will come later this year - [improvement] Trigger Risksheet compare via URL parameters. - [fixed] NPT-282 - multiEnum column for itemLinks empties its value when adding an existing itemLink WI to the Risksheet - [fixed] NPT-283 - itemLinks with multiEnum column can't be added to the Risksheet 24.1.0 January 31 - [feature] Enable setting of default view. In view configuration use: { "name": "bar", "defaultView":true, .... Or in risksheetTopPanel.vm you can use some script magic to set the view based on current context (user, data ...) 23.10.6 January 30 - [improvement] Enum picker showing optionaly enumeration option description. Use following setting for enum column definition "showEnumDescription":true 23.10.5 January 16 - [improvement] Add $testManagementService info a context of server render velocity script 23.10.4 November 16 - [fix] Tooltip on column header and sort icon blinks 23.10.3 November 15 - [fix] Open revision does not open a document, when the document is opened from shortcut 23.10.2 November 13 - [fix] Wrong tooltip for task attributes when new row is added 23.10.1 November 9 - [fix] Enum and MultiEnum columns not correctly compared and rendered in tooltip. - [fix] Adding a task to a risk item without any is displayed as the removal of an empty row and addition of new. 23.10.0 November 7 - [feature] Risksheet compare mode allows you to compare different versions of risksheets or the current state with any revision. You can trigger this feature via the 'Menu > Document > Compare to' option. - [enhancement] Enable the "Open Configuration" action when the risk sheet configuration is in an erroneous state. - [enhancement] The item link dropdown items are now sorted by relevance when performing a search, and by "id" when expanding the dropdown without a search query. - [fix] Revision document does not show deleted object due to Polarion indexing. 23.9.2 October 17 - [feature] Support for multi-row copy and paste. Supposing the source and target structure is the same. 23.9.1 October 12 - [enhancement] Prevent browser back/forward navigation when scrolling left/right on the touch bar." - [enhancement] Perform full search (not searching id & title only) when searching for items in itemLink columns This cab be optionally enabled by putting following property into Administration > Configuration Properties nextedy.risksheet.isSearchAllFieldsWhenSearchingLinkedItems=true - [fix] Multi-enum editor does not support query-able object enums. 23.9.0 October 11 - [feature] Support for extended copy&paste for multiple rows - [fix] Copy&paste does not handle multi-line cell content - [enhancement] Tool-bar redesign with introduction of Menu button with less used actions - [enhancement] Toggle flat mode in Menu > Merge - [enhancement] Save / Restore columns in Menu > Columns 23.8.5 September 29 - [enhancement] Make it possible to use velocity script in definition of project for upstream column 23.8.4 September 26 - [enhancement] Make it possible to turn off suggester per text fields. Apply "suggestTextFields":false in risksheet.json in global section as bellow "global":{ "culture":"en", "suggestTextFields":false ... - [enhancement] On the configuration page, the search/replace panel has been moved to the bottom, to prevent scroll issues. - [enhancement] Disable column reorder by drag&drop. It is causing issues over bringing value. 23.8.3 September 13 - [enhancement] If you need to load tasks only from specific document, and not just user the document property to control suggest box. Use Coniguration Property (in polarion administration) nextedy.risksheet.loadTasksFromDocument=true It supports target documents with referenced items as well. - [fix] Save hang after save, if there are changes in between - [enhancement] Tab-key to cycle across cells 23.8.2 September 5 - [fix] Document with spaces in IDs are not handled properly in Type Properties configuration - [fix] Error on loading document with tasks from another project 23.8.1 July 27 - [fix] Regression: NPE when no downstream item configuration - [fix] Multi-enum editor shows hidden values 23.8.0 July 21 - [feature] Change work items status directly from Risksheet 23.7.7 July 13 - [improvement] Multiple risksheet item types and rejected statuses. - [fix] Filter the rejected item manually to ensure the proper filtering in branched documents. 23.7.6 June 26 - [fix] The multiple upstream objects are created, when upstream column is a merged column. 23.7.5 June 23 - [fix] When using multi-type downstream configuration, load downstream types from configured projects, 23.7.4 June 7 - [fix] Export server render well to Excel or PDF - [fix] Suggester for Polarion 2304 23.7.3 May 29 - [improvement] $risksheeetDocRenderer.render($document) now support query and ignored columns 23.7.2 May 17 - [fix] If restore columns fail (which should not), the addDownstream may stay disabled - [fix] Header does not text-break for multiItemLinks columns 23.7.1 May 16 - [fix] Prevent suggester to fail if Lucene does not highlight the keywords - [fix] Under some conditions, the system may try to save the changed outline number, and it fails. 23.7.0 May 2 - [feature] Enable multiple target projects for downstream objects (tasks). "dataTypes": { ... "task": { ... "projects":"fmea_22_2,drivepilot" - [fix] Document crushes if misspelled "binding" instead of "bindings" 23.6.1 April 28 - [improvement] Perform do-suspect for items from risk module with auto-suspect enabled. - [fix] Outline number for referenced items is taken from document where item is stored not from risk module where item is referenced. 23.6.0 April 27 - [improvement] Support for Scripting Engine of Polarion 2304 23.5.1 April 5 - [fix] Review columns visible after reload 23.5.0 April 3 - [feature] Saved views - easily managed different column sets Sample: { "global": { "culture": "en" }, "views": [ { "name": "Identify Risks", "columnIds": [ "hazard", "sequence", "hazardousSituation", "harm" ] }, { "name": "Measures", "columnIds": [ "@all", "-harmSeverity", "-pHazardAfter", "-pHarmAfter", "-postControlProbability", "-pHazardBefore", "-pHarmBefore", "-riskProbability", "-preControlProbability" ] } ].... 23.4.0 March 28 - [feature] Job to reload license on all cluster nodes. Setup Job in Polarion Administration > Scheduler When needed, go to monitor and execute the job manually. It reloads the license on all cluster nodes. 23.3.3 March 15 - [improvement] Make it possible to edit referenced work items in the Risksheet. By default turned off (like in Polarion) but you can enable it via Administation > Configuration properties nextedy.risksheet.editableReferencedWorkItems=true - [fix] Links to referenced work items point to wrong project. 23.3.2 March 14 - [improvement] Support query for risk data type "dataTypes": { "risk": { "type": "risk", "query":"release:alpha" }, 23.3.1 March 12 - [fix] pvSCL column type not saved properly 23.3.0 February 9 - [feature] For huge sheets, do not refresh sheet on save. Enable via risksheet.json { "global": { "culture": "en", "refreshOnSave":false ... - [feature] Show Work Item links in plain-text columns - [improvement] Hide hidden enumeration options 23.2.1 February 02 - [fix] Role is not checked for getting list of downstream objects Note: role is checked, if only one role is specified. 23.2.0 January 13 - [feature] Support for pvSCL type of columns 23.1.0 January 2 - [fix] There is a typo in $risksheeetDocRenderer (triple e), to ensure backward compatibility you can use $risksheetDocRenderer and (old) $risksheeetDocRenderer - [improvement] When there are columns that represent Work Item IDs or Work Item Outline Numbers sort them numerically (WI-2 goes before WI-12, 1.2 goes before 1.12) not lexicographically. 22.10.5 December 21 - [improvement] Make it possible to disable check of work item permissions, this is usefull when custom set permissions is in use, and nextedy.risksheet.checkInstanceFieldPermissions is set to 'true' Disable it via: nextedy.risksheet.checkPrototypePermissions=false 22.10.4 December 2 - [fix] Polarion API of checking of permissions fail when custom fields are defined. We have implemented workaround and we ask for permission differently. 22.10.3 November 22 - [improvement] Better logging when permission check fails 22.10.2 November 21 - [fix] The scroll position is not kept after save 22.10.1 November 10 - [fix] openItemInDoc fails when workitem is not in document, open item detail in such case 22.10.0 November 8 - [feature] Open rows in work items table See copy menu button in toolbar - [fix] Suggester wrongly search outside of "risk" work item type context 22.9.7 October 28 - [security] Update JQuery to latest version. - [security] Remove unused sample build assets (pom.xml) from Demo Template causing false security alerts 22.9.6 October 19 - [fix] Cannot create a new reference object, in case of revisioned modules - [fix] Restore columns fails - for some old users (prevent issue) 22.9.5 October 6 - [fix] Downstream objects for branched items are created in project from master document, should be in project of branched document. 22.9.4 October 4 - [fix] Cannot unlink tasks linked with other link role than "mitigates" - [fix] Cannot update tasks loaded from other projects - [fix] Risksheet does not load when there are some unresolvable data - [improvement] Do not push useless document custom fields to context (performance reason) 22.9.3 September 20 - [fix] Fix querying downstream objects when there are multiple workitem types. 22.9.2 September 15 - [improvement] JSON validation fails on TAB character in string field... 22.9.1 September 1 - [improvement] Formatting/Validation on configuration page 22.9.0 September 1 - [feature] Make it possible to configure a query for downstream items "dataTypes": { "task": { "query":"NOT status:rejected" - [feature] Support for global templates (load template from other project) https://nextedy.freshdesk.com/en/support/solutions/articles/48001221119-how-to-setup-global-risksheet-template - [fix] For reference items in branched document the configuration is wrongly loaded from document where the item is stored - [fix] "Server Render" columns do not export well to PDF and XLS - [fix] Error on creating tasks with empty multi enum fields being - [fix] When creating new risksheet, the topPanel and pdfExport config files are not deleted - [fix] Save button is not enabled, when the cursor is not moved to next line - [improvement] Make it possible to set custom help page In risksheet.json "global":{ ... "help":"https://google.com" 22.8.4 August 8 - [fix] Search in itemLink/multiItem columns is broken 22.8.3 August 5 - [fix] When there is a syntax error in custom javascript functions in risksheet.json, the risksheet is not loaded and it is difficult to fix the configuration. 22.8.2 August 4 - [improvement] Ability to suggest items with CODES in title/description Currently, the search phrase is tokenized, with new version we also search by codes without tokenization. E.g. if title is 'XY-123-b-23 / mainframe' , you can search by 'XY-' or 'XY-1' 22.8.1 August 1 - [fix] Multi-Enum fields are not merged properly. - [fix] Risksheet fails to load after hiding of the columns. - [fix] Document table renderer shall not render review columns 22.8.0 July 7 - [feature] Full edit support for multi enum custom fields Just add a column of multi enum custom field, and risksheet will use the new multi select editor. For Primary columns if works out of the box, for downstream (task) columns, you need to specify the column type "multiEnum:ENUMID" { "headerGroup":"Mitigations", "headerGroupCss":"headMitigations", "headerCss":"headMitigations", "header": "platform", "type":"multiEnum:platform", "bindings": "task.platform", "width": 100 }, 22.7.0 July 2 - [feature] Collapsable Column Groups https://nextedy.freshdesk.com/en/support/solutions/articles/48001217871-collapse-column-groups 22.6.2 June 28 - [improvement] Access the downstream objects from formulas Javascript Example: risksheet.ds.getDownstreamRows("RSK-538") - [improvement] Formulas can render and pass enum values to the server 22.6.1 June 28 - [fix] Loading risksheet from revision fails. 22.6.0 May 29 - [feature] enable passing selected item via URL, and javascript method to scroll to object. http://localhost:8080/polarion/#/project/NVN_Fmea_branches/risksheet?document=Risks%2F150%20Risk%20Spec&item=RSK-539 or risksheet.app.openItemInDoc("RSK-539","Risks/150 Risk Spec","NVN_Fmea_branches") - [feature] itemLink now supports in typeProperties setting if item shall be open in risksheet "typeProperties": { .... "linkToRisksheet":true } 22.5.1 May 26 - [fix] ItemLink column with backLink=true is not saved as backLink - [fix] Downstream objects are not created in configured document, if "document" property is set for downstream objects - [fix] Scroll-bars are very thin - [fix] Display Item Author columns, i.e. with bindings "author". 22.5.0 April 8 - [improvement] Faster save (save row items just once, not with every task) - [improvement] Enable "Configure" action only for project administrators You can disable admin check in Polarion Administration > Configuration Properties nextedy.risksheet.disable_admin_check=true - [improvement] Make it possible to configure row header width "headers":{ "rowHeader":{ "width":200 } - [improvement] Enable WorkItemBased review from branched items - [improvement] Enable detailed configuration of WorkItemBased review See https://nextedy.freshdesk.com/en/support/solutions/articles/48001212957 - [fix] Padding around Polarion icons 22.4.1 April 5 - [fix] Hide the review columns in not-configured setup. - [improvement] Enable filtering for readonly columns. 22.4.0 April 4 - [maintenance] Support for Polarion 22 (alignment with Polarion logging). Previous Polarion versions are supported as well. 22.3.0 April 3 - [feature] Reviews - make it possible to track reviews. In current moment, we support only comment or item based reviews, with ability to add new. Item approvals are coming. See https://nextedy.freshdesk.com/en/support/solutions/articles/48001212957 - [fix] For branched documents, the delete shall remove the reference, not delete the item. 22.2.2 March 26 - [improvement] Add object factory and few other services to VelocityContext See https://nextedy.freshdesk.com/en/support/solutions/articles/48001172963 Chapter "What is in the Velocity Context" 22.2.1 March 21 - [fix] It is not possible to remove Item Links and Multi Item Links when backLink=true 22.2.0 March 21 - [feature] Enable multiple Downstream work item types. https://nextedy.freshdesk.com/en/support/solutions/articles/48001212035 22.1.0 March 19 - [feature] Item Template for Item Link and Multi Item Link columns https://nextedy.freshdesk.com/en/support/solutions/articles/48001212032 - [feature] Enable Item Link columns as "Back Linked Work Items" Use: "typeProperties": { "linkRole": "effect", "linkTypes": "effect", "backLink":true } 22.0.2 March 16 - [fix] initialization of multi valued enum items 22.0.1 March 10 - [fix] Multi Item Links are not stored properly in cross project scenario - [fix] Multi Item Link editor does not enable scrolling 22.0.0 February 28 - [feature] Support for Branched documents (disabled by default) https://nextedy.freshdesk.com/support/solutions/articles/48001210450 If you need support for Variants Management - please contact support. - [feature] Support for multi-item links (upstream columns enabling selection of multiple links) https://nextedy.freshdesk.com/en/support/solutions/articles/48001210451 - [feature] Enable editing of upstream sub columns (dot notation columns) https://nextedy.freshdesk.com/en/support/solutions/articles/48001210452 - [fix] Documents from Default Space are not loaded 21.17.3 January 23 - [fix] Rating type does not work for enum types 21.17.2 January 18 - [improvement] Show configuration error message if it happens, to help with issue resolution 21.17.1 January 11 - [fix] Not easy to create downstream task with similiar 21.17.0 December 16 2021 - [feature] Concurrent risk item editing. 21.16.2 December 11 2021 - [improvement] New version of "Automotive SPICE Process Assessment Template" bundled. 21.16.1 November 16 2021 - [fix] NR-854 - copy & paste to downstream (task) columns clears the values - [fix] NR-855 - copy & paste to downstream (task) does not sync to other items 21.16.0 November 14 2021 - [feature] Server factories to enable decoration (e.g. filling of required fields) on create of new Objects DataType or TypeProperties now have a property "serverFactory" which holds server side javascript. The javascript gets on input: item:IWorkItem, rowItem:IWorkItem, document:IModule Example: "serverFactory":"item.setValue('testField',document.getValue('testField'))" 21.15.1 November 8 2021 - [improvement] Gray selection for readonly cells. 21.15.0 November 7 2021 - [feature] Support for server side rendered (readonly) columns. Example - add following property to column definition: "serverRender": "#foreach($l in $item.fields().linkedWorkItems().back()) $l.fields().workItem().get().render().withTitle().withIcon(false).withLinks().htmlFor().forFrame()
#end" Keep binding empty (to pass risk item to server render script), or for downstream / upstream Objects use binding:"ITEMCOLUMN_ID.$item", e.g. "harm.$item" or "task.$item" - [feature] Support for field based access control. By default disabled due to pending performance tests. Enable in Polarion Administration > Configuration Properties. nextedy.risksheet.checkInstanceFieldPermissions=true - [fix] Actives users are not loaded properly if first product access is not by admin user. 21.14.3 November 5 2021 - [fix] NR-853 - Cannot access doc.fields().get("SOME_C_FIELD").get() in query 21.14.2 November 4 2021 - [fix] NR-852 - (Regression) Item Readonly check is not performed on the client 21.14.1 October 28 2021 - [fix] NR-849 - NPE for assignee column with no user role - [fix] NR-851 - [blocker] Downstream columns cleared when existing item is added to the sheet 21.14.0 - October 10 2021 - Feature Release - [feature] Control where are the Downstream dependencies stored (AKA Tasks or Risk Control Measures) - [feature] Make it possible to define the Upstream dependencies queries parameterised by LiveDoc custom fields - [feature] Support loading of risksheet from Revision/Baseline 21.13.5 - September 28 2021 - Quality Release - [fix] NR-847 - Object picker fails on Polarion 3.19 and older on communication error - [fix] NR-848 - Status field is editable even though it is not supported to edit it 21.13.4 - August 17 2021 - Quality Release - [fix] NR-830 - Delete key deletes readonly cell - [fix] NR-829 - When formula is marked to be saved in Polarion, I can change the values in Risksheet - [fix] NR-831 - "Insert Items Bellow" (after ctrl-c) do not expand the ItemLinks - [fix] NR-832 - Undo does not work after "delete key" on merged cell 21.13.3 - August 16 2021 - Quick-Fix Release - [fix] NR-839 - Can't get an ILocation for ... /attachments/risksheetTopPanel.vm 21.13.2 - August 15 2021 - Quick-Fix Release - [fix] NR-838 - Custom fields of Object Enums type with Query are failing 21.13.1 - August 12 2021 - Quality Release - [fix] NR-835 - Document query does not work (without project query) in ItemLink configuration - [fix] NR-836 - Message confusing when there is no object for given query 21.13.0 - August 9 2021 - Feature Release - [feature] Object picker should show values based on other columns - [feature] Make it possible to configure if "Remove Risk" should delete item, or reject it. - [feature] Store calculated columns in Polarion (if needed) - [fix] Level 2 cells are merged across Level 3 cells - [fix] Index out of bound on Save - when creating harm and two tasks at once 21.12.0 - August 3 2021 - Feature Release - [fix] Save fauls on multi valued enum fields (even when 1 can be selected only) - Implementation of named licenses checking 21.11.0 - July 20 2021 - Feature Release - [feature] Load/Create Upstream Items in configured location (document, current document, other project) - [improvement] Support Frozen (Versioned) Upstream Links (Readonly) - [improvement] Click to sort, Ctrl-click to add to sort columns - [fix] Cannot unset assignee by delete key 21.10.0 - June 28 2021 - Quality Release - The versioning is now harmonized accross all Nextedy addons: YEAR.INDEX_OF_RELEASE_PER_YEAR.HOTFIXRELEASE - [fix] NR-760 - If there is no typeProperties for ref:User column, the sheet will not load - [fix] NR-802 - Cells unmerged after undo - [fix] NR-713 - When you hide column, the header styles are corrupted - [fix[ NR-745 - Error when opening a sheet which is template - [fix] NR-780 - Risksheet fails when there is "," after last column - [fix] NR-787 - Indicate loading data from server by loading or skeleton loading viz - [fix] NR-786 - Indicate newly added linked item that will be created after save - [fix] NR-788 - Wrong floating menu position when typing on multiple lines in cell - [fix] NR-799 - When you reshuffle columns, header is corruped - [fix] NR-801 - Slight moves of cell content in the 1st and 2nd columns - [fix] NR-803 - Range select conflicts with friend-cells visualization - [fix] NR-806 - Fatal error on suggester when searching by non ascii characters only - [fix] NR-807 - Document does not load when user has no permission to create risk item - [fix] NR-810 - It is possible to open unsaved harms 1.9.2 - June 24 2021 - [fix] permission checking throws errors 1.9.1 - June 21 2021 - [improvement] Log errors, when transaction fail from any reason on SAVE. Including - but not limmited to - issues NOT related to Nextedy Risksheet itself but for example caused by wrong WF scripts. 1.9.0 - June 16 2021 - [feature] Create new Upstream Objects (not just link existing) - [feature] Highlight “connected” cells for upstream/downstream traceability columns - [improvement] Unlimited Merge Levels - [fix] Non asci characters (e.g. column header titles) are corrupted when using config page to configure Risksheet 1.8.2 - May 17 2021 - [improvement] Column filter now properly loads upstream linked values - [fix] System tries to download some external fonts on Mac OS 1.8.1 - May 16 2021 - [fix] NPE on wrong configuration - [fix] Handle session timeouts - [fix] Searching by WI prefix with "-" 1.8.0 - May 13 2021 - [feature] Multiple upstream link columns - [feature] Derived upstream link columns - [feature] Multi-level sorting - [feature] Edit single valued assignee fields - + many small usability fixes 1.6.0 - Apr 2 2021 - [feature] Risksheet Configuration Page (json based) - [feature] Multiple risksheet templates per project 1.4.0 - Mar 16 2021 - [feature] Autocomplete for up-stream and downstream traceability links. Start typing the title of the function or task in traceability columns and system will suggest the possible valid link targets. - [improvement] When column is narrow, the suggest box for text fields is too narrow 1.2.0 - Mar 3 2021 - [improvement] visual refresh - [improvement] possibility to configure column header height in config file - [improvement] reload license when opening license admin page (so you can deploy license without restart) 1.0.2 - Feb 15 2021 - [fix] UTF-8 characters not supported well. 1.0.1 - Feb 10 2021 - [fix] Nextedy DEMO template does not work with Polarion REQUIREMENTS and Polarion QA product. Fix in template only. 1.0.0 - Feb 8 2021