subugoe / hoad

Deprecated: Please check https://github.com/subugoe/hoaddash
https://github.com/subugoe/hoaddash
GNU Affero General Public License v3.0
15 stars 4 forks source link

Display all journals in journal drop down list #224

Open njahn82 opened 4 years ago

njahn82 commented 4 years ago

By default, selectize.js prints 1,000 items. This PR makes sure that users can select from all journals.

See also #5

codecov-commenter commented 4 years ago

Codecov Report

Merging #224 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #224   +/-   ##
=======================================
  Coverage   62.22%   62.22%           
=======================================
  Files           4        4           
  Lines          45       45           
=======================================
  Hits           28       28           
  Misses         17       17           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8e3cc1e...ed5795d. Read the comment docs.

maxheld83 commented 4 years ago

ah yes, that's a regression on #5, my bad.