Skip to content

Commit

Permalink
fixes some of the links in the tutorial and puts in a more up to date…
Browse files Browse the repository at this point in the history
… detail page
  • Loading branch information
fredkingham committed Oct 15, 2018
1 parent aa46ff2 commit 71206d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified doc/docs/img/detail.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions doc/docs/tutorial.md
Expand Up @@ -120,7 +120,8 @@ class Diagnosis(EpisodeSubrecord):

You will notice that the condition field has a custom field type - `ForeignKeyOrFreeText`.
This is a custom field type that we use with Opal when we want to use a
[Lookup List](/guides/lookup_lists/).
[Lookup List](/guides/referencedata/).


Lookup Lists allow us to reference canonical lists of available terminology as a foreign key, while
also allowing synonymous terms, and a free text override. That means that we can ensure that
Expand Down Expand Up @@ -262,7 +263,7 @@ application.

For us, you'll notice that the value of `TODOItem.completed` simply displays as false -
which is not particularly useful. So let's update that using the Opal
[Boxed filter](/reference/javascript_helpers/). In `mynewapp/templates/records/todo_item.html`
[Boxed filter](/reference/javascript/javascript_helpers/#boxed). In `mynewapp/templates/records/todo_item.html`
change the last `span` to look like this:

```html
Expand Down

0 comments on commit 71206d9

Please sign in to comment.