View Validate does not take into account IsActive ViewColumn

Description

When you create a view in the dictionary via view component and view column and click on the 'View Validate'. The process is not taking into account the isActive value in View Column, therefore it creates columns in the view even for the inactive records.

Steps to reproduce:

  1. Create a new table

  2. Create a new view component

  3. Create view columns

  4. Inactivate one or more of the view columns

  5. Go back to the Table tab and click 'View Validate'

Expected result: A view is created in the database only with the active view columns.
Actual result: A view is created in the database with all the view columns, regardless of the active flag.

Attach you can find the patch that solves the issue.

Environment

None

Attachments

1

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created May 3, 2018 at 12:19 PM
Updated July 2, 2018 at 11:41 AM
Resolved May 3, 2018 at 8:06 PM