Adds a new filter to the page /token/given/ to specify the type of token awarded.
Closes T15988
Differential D25865
Allow filtering tokens given by list of token taavi on Wed, Feb 5, 16:24. Authored by Tags None Referenced Files
Subscribers
Details
Adds a new filter to the page /token/given/ to specify the type of token awarded. Closes T15988 Visited /token/ to see it works as before. Specified a token type in the search menu, and checked that the results only include that token type. Activate DarkConsole and inspect the Services tab to check the query with "burminate" has sense, and you see this: SELECT * FROM `token_given` WHERE (tokenPHID IN ('PHID-TOKN-misc-4')) ORDER BY `id` DESC LIMIT 101 Removed the token type in the search menu, the results still include everything, like before.
Diff Detail
Event TimelineComment Actions Maybe we need to rebase on top of 7955fe6df701 (I don't have the base af404703cbe9 locally) Comment Actions I am still a bit confused on how to arc properly but I think this is rebased now? (At least it's rebased on top of what arc patch D25863 gives me locally.) Comment Actions (Don't worry, I'm also super confused by arc now. lol - it still does not apply cleanly to me, so I've downloaded the patch...) Works on my computer! Thanks! And seems very Phorgi. Please kindly wait a cute week to attract eyeballs. |