Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing button export_settings #167

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions connector_search_engine/views/se_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
icon="fa-upload"
help="Force the export of all binding"
/>
<button
name="export_settings"
type="object"
string="Export settings"
icon="fa-upload"
help="Export settings"
groups="connector_search_engine.group_connector_search_engine_manager"
/>
<button
name="clear_index"
type="object"
Expand Down Expand Up @@ -200,6 +208,14 @@
icon="fa-upload"
type="object"
>Export all binding</a>
<a
name="export_settings"
role="menuitem"
class="dropdown-item"
help="Force the export of all binding"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The help text is not the right one...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
help="Force the export of all binding"
help="Update or initialize index settings"

icon="fa-upload"
type="object"
>Export settings</a>
<a
name="clear_index"
role="menuitem"
Expand Down
Loading