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

History Tab Field settings doesn't saved #4784

Closed
sdieste opened this issue Jan 10, 2018 · 1 comment
Closed

History Tab Field settings doesn't saved #4784

sdieste opened this issue Jan 10, 2018 · 1 comment

Comments

@sdieste
Copy link

sdieste commented Jan 10, 2018

Im on Version 4.1.9. When i click the history Tab on an asset and make the "changed" colum visible in the fields tab, the configuration isn't saved. If i switch to another asset i have to set this option again. It would be helpful if the "changed" column stays active to all assets.

@snipe
Copy link
Owner

snipe commented Jan 10, 2018

That's all controlled via cookie:

<table
      class="table table-striped snipe-table"
      name="asset-history"
      id="table"
      data-sort-order="desc"
      data-show-columns="true"
      data-search="true"
      data-cookie="true"
      data-show-refresh="true"
      data-cookie-id-table="asset-history"
      data-url="{{ route('api.activity.index', ['item_id' => $asset->id, 'item_type' => 'asset']) }}">
<thead>

so I'm not sure why it's not saving that state.

snipe added a commit that referenced this issue Jan 10, 2018
Not sure why the cookie isn’t cookie-ing
@snipe snipe closed this as completed in c6a9563 Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants