mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
feat: Création nouveau style / pagination profils annuaires
This commit is contained in:
@ -26,6 +26,9 @@ export const RegistrationFormStatus = {
|
||||
STATUS_SEPA_TO_SEND: 8,
|
||||
};
|
||||
|
||||
export const CURRENT_YEAR = 'current_year';
|
||||
export const NEXT_YEAR = 'next_year';
|
||||
export const HISTORICAL = 'historical';
|
||||
export const CURRENT_YEAR_FILTER = 'current_year';
|
||||
export const NEXT_YEAR_FILTER = 'next_year';
|
||||
export const HISTORICAL_FILTER = 'historical';
|
||||
|
||||
export const PARENT_FILTER = 'parents';
|
||||
export const SCHOOL_FILTER = 'school';
|
||||
|
||||
Reference in New Issue
Block a user