-
Notifications
You must be signed in to change notification settings - Fork 189
Instrument list ordering #1500
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
Instrument list ordering #1500
Conversation
|
I don't understand this ordering. |
2baa6c4 to
341d8a6
Compare
|
phpcs is passing locally, but not in travis. |
|
Did you include --standard=docs/LorisCS.xml when running it locally? Are you running the same version of phpcs (the one in vendor/bin/ after doing a composer install)? |
Current coverage is
|
| <td> | ||
| <a href="{$instruments[group][instrument].testName}/?commentID={$instruments[group][instrument].commentID}"> | ||
| {$instruments[group][instrument].fullName}</a></td> | ||
| <a href="main.php?test_name={$instruments[group][instrument].testName}&candID={$candID}&sessionID={$sessionID}&commentID={$instruments[group][instrument].commentID}"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove references to main.php
82f76f2 to
76b5af7
Compare
This reverts commit 4df1409. restore file removed accidentally
74f588b to
04c267d
Compare
| # add ordering column (tinyint) to battery | ||
| ALTER TABLE test_battery ADD instr_order tinyint after firstVisit; | ||
| # add ordering column (tinyint) to test_subgroups | ||
| ALTER TABLE test_subgroups ADD group_order tinyint after Subgroup_name; No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be reflected in the schema. And a patch should be available somewhere else than in the archives.
This allows explicit ordering of subgroups and instruments on the test battery page (instrument_list module).