[en] Fixes
[en] 61848 — Applying a filter when viewing the current value on a connection causes an error
[en] Fixed: Resolved an issue where applying a filter when viewing the current value on a connection causes an error.
[en] Reproduction Steps
[en] 1. Log in to the admin client.
[en] 2. In Composer, select a connection and click 'View Current Values.'
[en] 3. In the column heading, click the Filter icon and enter a value to filter on.
[en] The result is an error occurs with the message, "Value cannot be null."
[en] TS002501457 — Error when changing table values
[en] Fixed: Resolved an issue where changing the values in a table causes an error with the message, "Data could not be saved because it was modified somewhere else. Please refresh the page to get the latest version."
[en] Reproduction Steps
[en] 1. Change your web browser language to Spanish.
[en] Note: If you are using Google Chrome, choose a country-specific language such as Spanish - Argentina.
[en] 2. In Composer, select a table that contains numeric columns > View Data.
[en] 3. Select a row and click the 'Edit' icon.
[en] 4. Change a numeric value and click 'Submit.'
[en] The result is an error occurs with the message: "Data could not be saved because it was modified somewhere else. Please refresh the page to get the latest version."
[en] TS002549731 — Any table with 14 digit numeric entries cannot be modified when the browser language is set to French
[en] Fixed: Resolved an issue where numeric values with 14 digits cannot be edited in a table when the web browser language is set to French.
[en] Reproduction Steps
[en] 1. Set the web browser language to French (France).
[en] 2. Add a numeric table.
[en] 3. Edit the table and add a number with 14 or more digits.
[en] 4. Select the row added in step 3 and edit the number.
[en] The result is an error occurs when users should be able to edit the number.
[en] TS002395526 — Scheduled import does not complete with wrong message
[en] Fixed: Resolved an issue where the error message for scheduled imports that do not complete due to invalid values in the file is, "Import was cancelled" when it should be "Import has failed".
[en] Reproduction Steps
[en] 1. Log in to the admin client.
[en] 2. Add a table.
[en] 3. Create a file for import that contains invalid values (for example, text in a numeric column).
[en] 4. Add a Scheduler task to import the file to the table created in step 2.
[en] 5. Run the Scheduler task.
[en] The result is the import fails with the error message, "Task was cancelled" when the message should be "Import has failed due to invalid records".
[en] TS002451236 — Previewing Presenter reports from a Process List goes to a blank page
[en] Fixed: Resolved an issue where previewing a Presenter report from a process list goes to a blank page.
[en] Reproduction Steps
[en] 1. Log in to the admin client.
[en] 2. In Process Lists, click 'Add New Process List.'
[en] 3. Click 'Add New Task' and add a preview shortcut to a Presenter Report.
[en] 4. Click the link to the report preview.
[en] The result is the link goes to a blank page.
[en] TS002337111 — Decimal places are not displayed in Editable Source input row
[en] Fixed: Resolved an issue where, when using data grids and setting the number of decimal places to more than two, viewing the report in Payee Web shows two decimal places instead of the number set in Presenter.
[en] Reproduction Steps
[en] 1. Log in to the admin client.
[en] 2. In Composer, add a table.
[en] a. Include an ID column and at least one numeric column. The values in the numeric column should contain more than two decimal places.
[en] 3. In Composer, add a Presenter Report.
[en] 4. Add two parameters to the report: a text parameter and a value parameter.
[en] 5. Add a data source to the report.
[en] a. On the Select columns tab, drag the columns from the table created in step 2 into the Edit columns pane.
[en] 6. Drag the source onto the layout to create a data grid.
[en] 7. Format the data grid.
[en] a. Select the numeric column and select 'Toggle Editable.'
[en] 8. Link the Presenter report to itself.
[en] a. Select the ID column and click 'Manage Links.'
[en] b. From the Report list, select the current report.
[en] c. From the Parameters list, select the parameters created in step 4.
[en] 9. Add a row form source to the report and drag it onto the layout to create a data grid.
[en] 10. Select the data grid and from the sidebar, go to Data Grid > Settings.
[en] a. Make the default value for the numeric column the value parameter.
[en] b. Select the numeric column for each grid and set the number of decimal places to four.
[en] 11. Add a Submit Button to the report.
[en] 12. In Portal Access, set up access to the report.
[en] 13. Log in to Payee Web and go to the report.
[en] 14. Click the link in the data grid.
[en] The result is the input row value shows only 2 decimal places.
[en] TS002517227 — Numerical value entered in a table changes format
[en] Fixed: Resolved an issue where, after adding a numeric value that uses a comma as the decimal separator to a table, the number format changes.
[en] Reproduction Steps
[en] 1. Log in to the admin client.
[en] 2. In Composer, select a table that contains a numeric column > View Data.
[en] 3. Click 'Add.'
[en] 4. In the numeric column, add a value with a comma as the decimal separator (for example, 1234,12) and click 'Create.'
[en] The result is when the row is added to the table, a period is incorrectly added to the value (for example, 123.401,00).