cfw-usermanager icon indicating copy to clipboard operation
cfw-usermanager copied to clipboard

Had to move adminusers to make it work for 1.2-beta1

Open timsayshey opened this issue 12 years ago • 4 comments

Had to move /views/admin/adminusers to /views/adminusers to make it work for 1.2-beta1, not sure if you had to make a modification to the framework to make sub sub view folders work for the version you were using or not.

Would be nice to have it working with the latest version in the intended way :)

timsayshey avatar Sep 05 '12 13:09 timsayshey

Interesting. Did you try to play around with the renderPage() over ride?

https://github.com/abitdodgy/cfw-usermanager/blob/master/controllers/AdminUsers.cfc#L60

abitdodgy avatar Sep 05 '12 13:09 abitdodgy

I missed that I'll have to take a look at it later on. I bet it doesn't work with 1.2-beta1 due to the fact that they are changing renderPage to renderView.

timsayshey avatar Sep 05 '12 13:09 timsayshey

Ahh, OK. I knowing nothing about 1.2. To be honest, I don't see a critical need to nest the admin views under a general admin folder. For organisation, it makes sense, but it does seem to throw a wrench in things. I'm thinking about flattening the structure. It shouldn't be bad if relavent folder names started with adminxxx.

Thoughts?

abitdodgy avatar Sep 05 '12 14:09 abitdodgy

Yeah, I do like the idea of keeping it organized but simpler is better.

timsayshey avatar Sep 05 '12 14:09 timsayshey