Anthony Stirling

Results 955 comments of Anthony Stirling

What's the error?

Does this issue still happen? Closing for now as very old ticket

Pdf to doc uses libre office so if you are not using docker it will depend on what version you have installed and if it had a bug etc I...

I can help with that, I'll take a look tonight

I cant commit to this PR but basically something like ``` @Service class AppUpdateService { @Autowired private ApplicationProperties applicationProperties; @Autowired(required = false) ShowAdminInterface showAdmin; @Bean public boolean isShow() { boolean...

Naming and things might be garbage, change whatever, but thats the basic idea

Could do something like ``` @Bean @Scope("request") public boolean isShow() { boolean showUpdate = applicationProperties.getSystem().getShowUpdate(); boolean showAdminResult = (showAdmin != null) ? showAdmin.getShowUpdateOnlyAdmin() : true; return showUpdate && showAdminResult; }...

AppUpdateAuthService.java needs moving to security folder