tylerbenson / vyllage

https://www.vyllage.com
4 stars 0 forks source link

Section Advice Feature Toggle #1069

Closed nelonoel closed 9 years ago

nelonoel commented 9 years ago

Section advice isn't working fully yet. While we are figuring things out (design and code wise), please prioritize adding a feature toggle for section advice so we can disable it for now. This is applicable to the Guest Edit button and Section Footer Advice Count / Toggle. Better if we can disable server requests as well.

tarex commented 9 years ago

ok , do we have backend support for this ?

tylerbenson commented 9 years ago

It's not hard, there's just one java file you have to edit. Search for one of the existing flags and you should find it.

UnspeakableHorror commented 9 years ago

It's in /togglz/src/main/java/togglz/Features.java You just need to add the name of the flag there, in uppercase by convention, without the @EnabledByDefault.

UnspeakableHorror commented 9 years ago

On the frontend check how the Print button works, I don't know if you did it or someone else so I'm telling you just in case.