diff options
| author | Teddy Wing | 2017-06-08 11:03:20 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2017-06-08 11:03:20 +0200 | 
| commit | 212d1f740b17ae89b69603a3f1964351a38b86f6 (patch) | |
| tree | ecd87decb53bb78c777c9ead2cfa9186aaffc971 /app/helpers | |
| parent | 073ac0eb3330787532f551d20abe4600a0615446 (diff) | |
| download | chouette-core-212d1f740b17ae89b69603a3f1964351a38b86f6.tar.bz2 | |
Add a few TODOs related to the table builder work
Just a few notes to myself for things to work on in this story.
Refs #3479
Diffstat (limited to 'app/helpers')
| -rw-r--r-- | app/helpers/newapplication_helper.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/app/helpers/newapplication_helper.rb b/app/helpers/newapplication_helper.rb index 8198e0efb..27b9cb0a4 100644 --- a/app/helpers/newapplication_helper.rb +++ b/app/helpers/newapplication_helper.rb @@ -59,6 +59,9 @@ module NewapplicationHelper                lnk = []                # #is_a? ? ; or ? +              # TODO: Ask Jean-Paul: on which pages do we create multiple links? +              # Do we actually create multiple links with this code? +              # Answer: this is a polymorphic URL                unless item.class == Calendar or item.class == Referential                  if current_referential                    lnk << current_referential  | 
