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

root atom feed should point to c32 section atom feed #10

Open
caboteria opened this issue Dec 6, 2012 · 0 comments
Open

root atom feed should point to c32 section atom feed #10

caboteria opened this issue Dec 6, 2012 · 0 comments

Comments

@caboteria
Copy link

The c32 document is contained in a c32 section, but the root atom feed doesn't point to that section's atom feed. It points to the other sections' feeds, but c32 is different.

Here's a snippet of a person's root.xml. The for c32 should have another link with the type "application/atom+xml" like the others do.

  ...
  <entry>
    <id>/c32</id>
    <link rel="alternate" type="text/html" href="http://localhost:3030/records/1"/>
  </entry>
  <entry>
    <id>/allergies</id>
    <link rel="alternate" type="text/html" href="http://localhost:3030/records/1/allergies"/>
    <link rel="alternate" type="application/atom+xml" href="http://localhost:3030/records/1/allergies"/>
    <title>Allergies</title>
  </entry>
  <entry>
    <id>/care_goals</id>
    <link rel="alternate" type="text/html" href="http://localhost:3030/records/1/care_goals"/>
    <link rel="alternate" type="application/atom+xml" href="http://localhost:3030/records/1/care_goals"/>
    <title>Care Goals</title>
  </entry>
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant