Skip to content

Commit

Permalink
Merge pull request #1528 from LD4P/eslint-fix
Browse files Browse the repository at this point in the history
Eslint fixes to NewsItem.
  • Loading branch information
jmartin-sul authored Oct 11, 2019
2 parents b48c47e + f47927b commit ca62786
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/home/NewsItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ const NewsItem = () => (
<div className="news-item">
<h1>Sinopia Version {version} fixes critical bugs</h1>
<ul>
<li>From Search tab when you try to open a Resource created with a Resource Template that no longer exists, you will get a message explaining why the Resource can't be opened.
<li>From Search tab when you try to open a Resource created with a Resource
Template that no longer exists, you will get a message explaining why the Resource cannot be opened.
</li>
<li>From Resource Template tab, Sinopia now checks for problems with a Resource Template before opening, and reports those problems, including: nesting another Resource Template that doesn't exist, or referring to a lookup source that is not supported.
<li>From Resource Template tab, Sinopia now checks for problems with a Resource Template before opening,
and reports those problems, including: nesting another Resource Template that does not exist, or referring to a lookup source that is not supported.
</li>
<li>Fixes issue where Resources were not getting saved.</li>
<li>New feature: Lookup fields now support having multiple sources that are direct lookups to id.loc.gov.</li>
Expand Down

0 comments on commit ca62786

Please sign in to comment.