https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43438

--- Comment #4 from Jonathan Druart <[email protected]> ---
There are other occurrences of noExport that needs to be adjusted.
They have been introduced after bug 38984 was pushed.

eg. admin/categories.tt
commit 84a923db1881791ab211e9376e3dd19e49cff644
Bug 38472: Remove kohaTable's exportColumns option
-                            <th scope="col"
data-colname="actions">Actions</th>
+                            <th scope="col" class="noExport"
data-colname="actions">Actions</th>


commit 0f2b79c44457bfbe8faebe0ce3b9ba0a3b531292
Bug 30301: (QA follow-up) Restore correct terminology and add to columns
settings
-                            <th scope="col" class="no-export"
data-colname="actions">Actions</th>
+                            <th scope="col" class="noExport"
data-colname="actions">Actions</th>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to