Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support RRE ratings format. Fixes #133 * extract primary key for doc from field spec for export * add the template to run, default to quepid.json since we dont know what template a user would use. Maybe should be REPLACE_ME.json instead? * add ltr export format * remove debugging * rubocop * guess what? We had upload icons for downloading, and downloading icons for uploading data! * omg, maybe have this working in case listing and on a single main case page * queriesCount is more reliable than the existence or not of the .queries array. Fixes issue wiht exporting results from the individual Team page * lets document this bug fix * attempting GFM * Remove the <export-case> component in favor of export-entire-case Deal with when we show only a icon, or when we have a label text too! * Delete old export-case component with much better export-entire-case, and rename it to export-case. Removed a unused component! * Lots of complexity around if a case had queries associated or not. Turns out that export function with the modal view that supported multiple types of exports never actually checked this setting either. And it made the UI kind of werid! * rubocop * rubocop will be the death of me * Add LTR and RRE formatted exports! * update changelog
- Loading branch information