huerlisi / bookyt

Bookyt is a bookkeeping/ERP application designed for small-to-medium-sized companies. It can handle debit invoices, credit invoices, projects with timelogs, swiss salary management, and much more.
http://bookyt.ch
GNU Affero General Public License v3.0
186 stars 40 forks source link

ISSUE: Make sure CASExtraAttributesMapper defined by loading `lib/cas_extra_attributes_mapper` #135

Closed mur-wtag closed 7 years ago

mur-wtag commented 7 years ago

If cas_authenticatable activated it's required to define CASExtraAttributesMapper class. And it would be great if we store this class inside lib/cas_extra_attributes_mapper.

So, this fix will ensure that developer must have to load lib/cas_extra_attributes_mapper when server starts.

Thanks!

huerlisi commented 7 years ago

Thanks!