When viewing a feature, the name of the selected feature is displayed as the name of the block.
A call to actions is displayed in the header of this page:
👉 See the specs of the add/edit feature value
When clicking on the settings wheel, the following options are displayed:
After clicking on it, the page is reloaded. Sorts and searches are kept.
After clicking on it, the SQL query is displayed in a modal. The SQL query takes into account filters and sorts that have been done.
There are two buttons:
Close: After clicking on it, the modal is closed Export to SQL Manager: After clicking on it, the SQL query is opened in Advanced parameters > Database > SQL Manager
After clicking on it, the SQL query is opened in Advanced parameters > Database > SQL Manager
Clicking on the Bulk actions button allows users to perform bulk actions for selected feature values (using the checkboxes). A user can:
The page displays the feature values list with the following columns:
It’s possible to sort by id asc or desc and search by id.
It’s possible to sort by value asc or desc and search by value.
Edit. The user can edit a feature value as often as necessary.
👉 See the specs of the add/edit feature value
Delete. A feature value can be deleted by clicking this button. After clicking on Delete, a modal with the title “Delete selection” is opened asking to confirm or cancel the action: “Are you sure you want to delete the selected item(s)?” The action can be canceled by clicking on the cross or on the cancel button. After clicking on “Delete” button, the feature value is deleted, a successful message is displayed “Successful deletion.”
The search button is disabled as long as no search field has been filled. After clicking on “search”, the “search” button is disabled and a “reset” button is displayed. If there is no results for the search done, the following message is displayed: “No records found”. When clicking on “reset”, the search is removed and all the results are displayed.
The “Back to the list” button redirects to the features lisitng.
👉 See the specs of the features listing