Forms
-
job_filter
-
keywords
-
kind
-
dateFrom
-
dateUntil
-
assignedUser
-
stockStatus
-
status
-
createdByUser
-
bookedFor
-
job_filter
Form type:
"App\Form\Filter\JobFilterType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "keywords" => null "kind" => "installation" "dateFrom" => null "dateUntil" => null "assignedUser" => null "stockStatus" => null "status" => null "createdByUser" => null "bookedFor" => null ] |
| Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1123 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#746 …} -logger: Monolog\Logger {#543 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1154 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#908 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "GET" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#925 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $message: Closure() {#907 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "job_filter" "_job_filter" ] |
| cache_key | "_job_filter_job_filter" |
| compound | true |
| data | [ "keywords" => null "kind" => "installation" "dateFrom" => null "dateUntil" => null "assignedUser" => null "stockStatus" => null "status" => null "createdByUser" => null "bookedFor" => null ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1865 -errors: [] -form: Symfony\Component\Form\Form {#1617 …} } |
| form | Symfony\Component\Form\FormView {#1866 …5} |
| full_name | "job_filter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "job_filter" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "job_filter" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_job_filter" |
| valid | true |
| value | [ "keywords" => null "kind" => "installation" "dateFrom" => null "dateUntil" => null "assignedUser" => null "stockStatus" => null "status" => null "createdByUser" => null "bookedFor" => null ] |
keywords
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "ID..." ] |
[ "placeholder" => "ID..." ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "placeholder" => "ID..." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1123 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#746 …} -logger: Monolog\Logger {#543 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1154 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1469 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1471 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $message: Closure() {#1470 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "ID..." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_job_filter_keywords" ] |
| cache_key | "_job_filter_keywords_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1956 -errors: [] -form: Symfony\Component\Form\Form {#1614 …} } |
| form | Symfony\Component\Form\FormView {#1915 …5} |
| full_name | "job_filter[keywords]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "job_filter_keywords" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "keywords" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_job_filter_keywords" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
kind
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "installation" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_attr | Closure($_choice, $_key, $value) {#902 class: "App\Form\Filter\JobFilterType" this: App\Form\Filter\JobFilterType {#979 …} } |
same as passed value |
| choices | [ "Roles" => [ "Operations" => "operations" "Sales" => "sales" ] "Jobs" => [ "Site Survey" => "site_survey" "Tech Survey" => "tech_survey" "Installation" => "installation" "Installation Training" => "installation_training" "Installation revisit" => "installation_revisit" "Rental installation" => "rental_installation" "Removal" => "removal" "Repair" => "repair" "Repair revisit" => "repair_revisit" "Service" => "service" "Warranty" => "warranty" "Warranty revisit" => "warranty_revisit" ] ] |
[ "Roles" => [ "Operations" => "operations" "Sales" => "sales" ] "Jobs" => [ "Site Survey" => "site_survey" "Tech Survey" => "tech_survey" "Installation" => "installation" "Installation Training" => "installation_training" "Installation revisit" => "installation_revisit" "Rental installation" => "rental_installation" "Removal" => "removal" "Repair" => "repair" "Repair revisit" => "repair_revisit" "Service" => "service" "Warranty" => "warranty" "Warranty revisit" => "warranty_revisit" ] ] |
| placeholder | "app.form.placeholder" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | Closure($_choice, $_key, $value) {#902 class: "App\Form\Filter\JobFilterType" this: App\Form\Filter\JobFilterType {#979 …} } |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Roles" => [ "Operations" => "operations" "Sales" => "sales" ] "Jobs" => [ "Site Survey" => "site_survey" "Tech Survey" => "tech_survey" "Installation" => "installation" "Installation Training" => "installation_training" "Installation revisit" => "installation_revisit" "Rental installation" => "rental_installation" "Removal" => "removal" "Repair" => "repair" "Repair revisit" => "repair_revisit" "Service" => "service" "Warranty" => "warranty" "Warranty revisit" => "warranty_revisit" ] ] |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1123 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#746 …} -logger: Monolog\Logger {#543 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1154 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | "app.form.placeholder" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | false |
| required_for_job_completion | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1495 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $message: Closure() {#1494 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_job_filter_kind" ] |
| cache_key | "_job_filter_kind_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ "Roles" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1947 +label: "Roles" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1946 +data: "operations" +value: "operations" +label: "Operations" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1949 +data: "sales" +value: "sales" +label: "Sales" +attr: [] +labelTranslationParameters: [] } ] } "Jobs" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2224 +label: "Jobs" +choices: [ 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1944 +data: "site_survey" +value: "site_survey" +label: "Site Survey" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1945 +data: "tech_survey" +value: "tech_survey" +label: "Tech Survey" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2010 +data: "installation" +value: "installation" +label: "Installation" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2012 +data: "installation_training" +value: "installation_training" +label: "Installation Training" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2008 +data: "installation_revisit" +value: "installation_revisit" +label: "Installation revisit" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2254 +data: "rental_installation" +value: "rental_installation" +label: "Rental installation" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2003 +data: "removal" +value: "removal" +label: "Removal" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2125 +data: "repair" +value: "repair" +label: "Repair" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1987 +data: "repair_revisit" +value: "repair_revisit" +label: "Repair revisit" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1989 +data: "service" +value: "service" +label: "Service" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2231 +data: "warranty" +value: "warranty" +label: "Warranty" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2030 +data: "warranty_revisit" +value: "warranty_revisit" +label: "Warranty revisit" +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | false |
| data | "installation" |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1948 -errors: [] -form: Symfony\Component\Form\Form {#1611 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1863 …5} |
| full_name | "job_filter[kind]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "job_filter_kind" |
| is_selected | Closure($choice, $value) {#1995 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "kind" |
| placeholder | "app.form.placeholder" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_job_filter_kind" |
| uses_autocomplete | false |
| valid | true |
| value | "installation" |
dateFrom
Form type:
"Symfony\Component\Form\Extension\Core\Type\DateType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| input | "timestamp" |
same as passed value |
| label | "Booked date from" |
same as passed value |
| required | false |
same as passed value |
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| calendar | null |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1123 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#746 …} -logger: Monolog\Logger {#543 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1154 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "timestamp" |
| input_format | "Y-m-d" |
| invalid_message | "Please enter a valid date." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Booked date from" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => "" "month" => "" "day" => "" ] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1517 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $message: Closure() {#1516 …} $translationDomain: "validators" } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_job_filter_dateFrom" ] |
| cache_key | "_job_filter_dateFrom_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2001 -errors: [] -form: Symfony\Component\Form\Form {#1607 …} } |
| form | Symfony\Component\Form\FormView {#1997 …5} |
| full_name | "job_filter[dateFrom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "job_filter_dateFrom" |
| label | "Booked date from" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "dateFrom" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_job_filter_dateFrom" |
| valid | true |
| value | "" |
| widget | "single_text" |
dateUntil
Form type:
"Symfony\Component\Form\Extension\Core\Type\DateType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| input | "timestamp" |
same as passed value |
| label | "Booked date until" |
same as passed value |
| required | false |
same as passed value |
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| calendar | null |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1123 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#746 …} -logger: Monolog\Logger {#543 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1154 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "timestamp" |
| input_format | "Y-m-d" |
| invalid_message | "Please enter a valid date." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Booked date until" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => "" "month" => "" "day" => "" ] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1528 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $message: Closure() {#1527 …} $translationDomain: "validators" } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_job_filter_dateUntil" ] |
| cache_key | "_job_filter_dateUntil_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2799 -errors: [] -form: Symfony\Component\Form\Form {#1604 …} } |
| form | Symfony\Component\Form\FormView {#2124 …5} |
| full_name | "job_filter[dateUntil]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "job_filter_dateUntil" |
| label | "Booked date until" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "dateUntil" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_job_filter_dateUntil" |
| valid | true |
| value | "" |
| widget | "single_text" |
assignedUser
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | Closure($value, $key): User|string {#893 returnType: "App\Entity\User|string" class: "App\Form\Filter\JobFilterType" this: App\Form\Filter\JobFilterType {#979 …} } |
same as passed value |
| choices | [ "Not assigned" => "Not assigned" 0 => App\Entity\User {#779 -id: 18 -email: "sfgjnf@aol.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$vz6GJ56kvKYa6LxqIxrqa.wSENiP8cSyzrzkwky3DAFzHBaGZU.Iy" -name: "***No Answer Stage 1***" -status: 1 -mobileNumber: "N/As from Sat Not Sold - Day 4" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } 1 => App\Entity\User {#792 -id: 8 -email: "contact@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "ineedresettingplease" -name: "***Office Diary***" -status: 1 -mobileNumber: "Daily office diary" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } 2 => App\Entity\User {#843 -id: 11 -email: "sales@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "ineedresettingplease" -name: "***Sat Not Sold***" -status: 1 -mobileNumber: "Sat Not Sold" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } 3 => App\Entity\User {#840 -id: 67 -email: "aaron.waby@seniorstairlifts.co.uk" -roles: [ "ROLE_REMOVAL_ENGINEER" ] -password: "$2y$04$hastoHGBwCOn333J7wY0De70IY6ofBvbK30PufQHKOOnA1bShuLQe" -name: "Aaron Waby" -status: 1 -mobileNumber: "07709535509" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1770222829 -passwordResetToken: null -hexColour: "#178719" } 4 => App\Entity\User {#799 -id: 59 -email: "adam.morley@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$sGXG37FP/Fc8w3754sbUquaEam4MNIvDJcah/PL9/Bu1sV/q9u43i" -name: "Adam Morley" -status: 1 -mobileNumber: "07940344845" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1779893738 -passwordResetToken: null -hexColour: "#000000" } 5 => App\Entity\User {#798 -id: 31 -email: "andrew@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" "ROLE_STAFF" ] -password: "$2y$13$EXQF8pn4WmqqHdXNkpzVmehmXrZuPwyOwJOMGLblYC.qy9BGNjBSi" -name: "Andrew Hehir" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1756474701 -passwordResetToken: null -hexColour: "#000000" } 6 => App\Entity\User {#800 -id: 10 -email: "carl@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$04$LWX98/YzF1M1ybUXDyt98.8ajWZ1wxkgIpGnWBH.i2.PBI0LarNcS" -name: "Carl Betambeau" -status: 1 -mobileNumber: "07955169225" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780574320 -passwordResetToken: "d6a16de268763e3ec2a3d5161d214331" -hexColour: "#14bb11" } 7 => App\Entity\User {#837 -id: 32 -email: "carl.greenall@seniorstairlifts.co.uk" -roles: [ "ROLE_REMOVAL_ENGINEER" ] -password: "$2y$04$MQNfVEMxaLWVjNeGxUXn9.UDT0lyjeqeyDB.mQzlZA2fQLvf3mZcO" -name: "Carl Greenall" -status: 1 -mobileNumber: "07495406829" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780574029 -passwordResetToken: null -hexColour: "#a50351" } 8 => App\Entity\User {#838 -id: 49 -email: "CHRISCOPPACK@HOTMAIL.COM" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$mPPQPL1D84ay3dYeY.wMbedBpU/niCZ22Zm8sV//oLpKZEDJNDn12" -name: "Chris Coppack" -status: 1 -mobileNumber: "07799363369" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1758439283 -passwordResetToken: null -hexColour: "#000000" } 9 => App\Entity\User {#801 -id: 46 -email: "chris.marshall@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$04$6Ls3tAjXCBlpE7nZOdneiOTVFYetqBGL7Rw7w5BeKIxplJVUzRium" -name: "Chris Marshall" -status: 1 -mobileNumber: "07854996774" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1773743097 -passwordResetToken: null -hexColour: "#9c2626" } 10 => App\Entity\User {#807 -id: 58 -email: "chris@effectiveskills.co.uk" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$04$DAbcYWfRqJpNgrFUA.CtNOUCRiJ0O7oMYaxz6UPz3o4egJJmTvNOa" -name: "Chris Taylor" -status: 1 -mobileNumber: "07801419069" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1779446440 -passwordResetToken: null -hexColour: "#000000" } 11 => App\Entity\User {#808 -id: 72 -email: "chris.taylor@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$LYbg0WfJLrsuVDwvqWDynOfkVX2BEl7J/f4pJsncmFeo4X7Vw9hhu" -name: "Chris Taylor Office" -status: 1 -mobileNumber: "07506785328" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1773335288 -passwordResetToken: null -hexColour: "#000000" } 12 => App\Entity\User {#831 -id: 79 -email: "craig.cflc@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$04$qj2SZ2C4loTaI/IkT5hUKuymZjsCGW0KK17PAG413JrJamv8vGcSe" -name: "Craig Clarke -NG" -status: 1 -mobileNumber: "07773424507" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1770165957 -passwordResetToken: null -hexColour: "#000000" } 13 => App\Entity\User {#802 -id: 51 -email: "craigsharp426@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$ZJsjlAxE33ryYsqc6bIc9uA6e.9TylQU7tX8SLxOQaiEzuOB6SmKW" -name: "Craig Sharp" -status: 1 -mobileNumber: "07496233559" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1753173519 -passwordResetToken: null -hexColour: "#000000" } 14 => App\Entity\User {#797 -id: 16 -email: "daniel@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$yrMhH9BnUqwnCy0Ntz.ncuB0Pc/XT91Gp9AWBv7gh6zIH2KA7WcZ." -name: "Daniel Maginn" -status: 1 -mobileNumber: "07565707162" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166946 -passwordResetToken: "1c3f3aa444efaf2642a2f2e0ba9b89ef" -hexColour: "#a69a1c" } 15 => App\Entity\User {#836 -id: 21 -email: "darren@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$04$59s1ivNZcSdgPCxa.diz3OFClKxddH781a6aOwuWfk9pHw8AadRnC" -name: "Darren Beckwith" -status: 1 -mobileNumber: "07837839237" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780875115 -passwordResetToken: null -hexColour: "#e20303" } 16 => App\Entity\User {#809 -id: 35 -email: "Darrenhutchinson@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$TIoLxpcqOG9./BCEFAfoDOGEFR9bmxSjlTM2aN8JWN2wpVSx6sEh." -name: "Darren Hutchinson" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168258 -passwordResetToken: null -hexColour: "#000000" } 17 => App\Entity\User {#803 -id: 63 -email: "douglas.healion@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$1HYWX3FUWFUA1FEZAmtCAuyvWfq2Vy04FyDmRhcA2tUimTpk8ngtS" -name: "Douglas Healion" -status: 1 -mobileNumber: "07375128414" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764139519 -passwordResetToken: null -hexColour: "#797d40" } 18 => App\Entity\User {#810 -id: 69 -email: "duncan.shellam@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$HbZg4Nh/OgxaiYInktezyeY/uR6DuGhpN.AS2DM4K1JGbdjawUDoy" -name: "Duncan Shellam" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763399691 -passwordResetToken: null -hexColour: "#000000" } 19 => App\Entity\User {#1430 -id: 37 -email: "bedworth222@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$PeVaJGeQSZXYqe2gM641p.sdQByC1r0JWPOpayD5eCh.JnM6yX8mq" -name: "Eon Bedworth" -status: 1 -mobileNumber: "07494921525" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1757442088 -passwordResetToken: null -hexColour: "#000000" } 20 => App\Entity\User {#1425 -id: 57 -email: "Euan@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$SEz7XWlrCtCIKbZDBiwGJeZaHGoo7F.wJgfzaYarqjMrdxvKTh4US" -name: "Euan Manton" -status: 1 -mobileNumber: "07780837403" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1758026614 -passwordResetToken: null -hexColour: "#000000" } 21 => App\Entity\User {#785 -id: 75 -email: "georgeherbert94@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$BEUOHcg2.LnOa37oxfarfOpEbm.PezZTSVUp20e/yu.HXfAVzqidq" -name: "George Herbert -NN9" -status: 1 -mobileNumber: "07766025249" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763734239 -passwordResetToken: null -hexColour: "#000000" } 22 => App\Entity\User {#777 -id: 70 -email: "glen@reaktphotobooths.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$mKe2LLMNjch7slzAL6jANO6aeLrhYNH/mOCF3RFMnSomXquttPUM2" -name: "Glen -DY5" -status: 1 -mobileNumber: "07504997170" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764163722 -passwordResetToken: null -hexColour: "#000000" } 23 => App\Entity\User {#782 -id: 60 -email: "jason.palmer@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$w4uecsxwZTHUP9JOrR9jbeZXENA6ed/IiskUYPVJjpLPHUbkJ5/4q" -name: "Jason Palmer" -status: 1 -mobileNumber: "07710822578" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764165543 -passwordResetToken: null -hexColour: "#1e0ff5" } 24 => App\Entity\User {#781 -id: 5 -email: "joe@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$rN5eYAqbfWJZClQXNPfdX.2KxS9WLB7mONq5O0EBEUZIre1bq6LyC" -name: "Joe Stevenson" -status: 1 -mobileNumber: "07780588370" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1773228005 -passwordResetToken: null -hexColour: "#000000" } 25 => App\Entity\User {#780 -id: 66 -email: "jordan.mitchell-marsh@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$/OCcU4Tu7GErINBV99pSS.N3RnASGbF4XIJXGDGawaM50EZ3Nvbfq" -name: "Jordan Mitchell-Marsh" -status: 1 -mobileNumber: "07739576014" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764157518 -passwordResetToken: null -hexColour: "#ba4040" } 26 => App\Entity\User {#778 -id: 47 -email: "jordan.tiddy@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$CZZE6p/2F/e.sJcILfzuQeSGLaoMS5tR5VjRS178UqOqjClo6HC6." -name: "Jordan Tiddy" -status: 1 -mobileNumber: "07927405601" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764164192 -passwordResetToken: null -hexColour: "#49b5d0" } 27 => App\Entity\User {#1432 -id: 13 -email: "jordan@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$X8ngnEZ49oIpxih15AAJQeyYQ7IqrvlH1EjTBd.DWfe84WqoylcB6" -name: "Jordan Wilton" -status: 1 -mobileNumber: "07505905597" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168250 -passwordResetToken: null -hexColour: "#ee02f2" } 28 => App\Entity\User {#1431 -id: 65 -email: "kasey.mouatt@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$yK/jORiJ4RTXX74f1/0aEe3dGrZ66mA7BCmN/QHndXBhhExhXhtiy" -name: "Kasey Mouatt" -status: 1 -mobileNumber: "07777131780" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168326 -passwordResetToken: null -hexColour: "#000000" } 29 => App\Entity\User {#783 -id: 3 -email: "kieran@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$xzOshQ4elVbYn/MdBA6vvuGI9nguGB4Iyx1zzFRyqURMIgDSXcJIq" -name: "Kieran Harris" -status: 1 -mobileNumber: "07951391754" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764163420 -passwordResetToken: null -hexColour: "#000000" } 30 => App\Entity\User {#1429 -id: 54 -email: "kimkeenbse@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$ieKwwHmwEzBrio806uvf7.ZIzwVByX85viDUoEOyDsSh9iDsCwHx6" -name: "Kim Keen" -status: 1 -mobileNumber: "07525065895" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166313 -passwordResetToken: null -hexColour: "#000000" } 31 => App\Entity\User {#1423 -id: 56 -email: "lvsmagic@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$BMEIQan.KWUN1lZwtrqapeKeCEvWiXbQnfEtqAU20OP/TW7MoHQgS" -name: "Lee Spiteri" -status: 1 -mobileNumber: "07578513318" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1755276133 -passwordResetToken: null -hexColour: "#000000" } 32 => App\Entity\User {#1428 -id: 17 -email: "lewis@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$PLR.By7.tH64BY4z3hji..3XpUDijAyWwvVehO357FJG92E.tFoxu" -name: "Lewis Robinson" -status: 1 -mobileNumber: "07411461667" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1770730934 -passwordResetToken: "033dd20d6626e41a903aa01f3f988c32" -hexColour: "#121211" } 33 => App\Entity\User {#1426 -id: 29 -email: "lianna@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$flu8/Z7XyrO3PKiqkWV8z.GTZVoDETBObaujPiRbO5a0RgUB9MPLO" -name: "Lianna Naylor" -status: 1 -mobileNumber: "07808081433" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1776858631 -passwordResetToken: null -hexColour: "#000000" } 34 => App\Entity\User {#1427 -id: 81 -email: "lindsay.martin@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$gx2dJt.9TzlKhwCUUezE4eRmt5LYhHhR88fyURYZLcew2uTCTEAIW" -name: "Lindsay Martin" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1772638405 -passwordResetToken: null -hexColour: "#000000" } 35 => App\Entity\User {#1424 -id: 83 -email: "mackenzie.smith@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$zs1mTlQgB09K.PN94YNj6.2tMnA82QfnPplsqwI/jj96Y3zIVayyS" -name: "Mackenzie Smith" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1781015250 -passwordResetToken: "ca817a834e2d92749678108fe8c16c82" -hexColour: "#000000" } 36 => App\Entity\User {#786 -id: 73 -email: "mike@transformationbykcs.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$eZHR4sPsqicbBE6gzESiTO4vj1BxYLPJKQy4uFkfVly9loHmr9X0y" -name: "Mike Keen - B30" -status: 1 -mobileNumber: "07711948361" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764160827 -passwordResetToken: null -hexColour: "#000000" } 37 => App\Entity\User {#784 -id: 78 -email: "davisnick963@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$MZhFnUN96CA4X9lmEwvHgeFYx9iUqFi2TJZg0mBOTtXSkTWwrwuO." -name: "Nick Davis -NG" -status: 1 -mobileNumber: "07376864219" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764010589 -passwordResetToken: null -hexColour: "#000000" } 38 => App\Entity\User {#787 -id: 30 -email: "accounts@novi.digital" -roles: [ "ROLE_STAFF" ] -password: "$2y$13$X8/6fJecf.uJvlnFNvQi.O60tH5LGgTY7GZ3m/t1eM0Zp6i/DlWsu" -name: "Novi" -status: 1 -mobileNumber: "07540422011" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1751015671 -passwordResetToken: null -hexColour: "#000000" } 39 => App\Entity\User {#1435 -id: 52 -email: "paul.marshall@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$YjrOmq.7LJnfvyCjTZd1Nefg/LafIWRRoTwxHkeEcfyu7adE2cZHa" -name: "Paul Marshall" -status: 1 -mobileNumber: "07872588340" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1758032932 -passwordResetToken: null -hexColour: "#000000" } 40 => App\Entity\User {#1436 -id: 64 -email: "paul@pwca.co.uk" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$cs0sQdhB2UfHJ2uOJ6/OVeTA3RCzRQdQZeaytW2iaHXNlTEgO0BFq" -name: "Paul Witcomb" -status: 1 -mobileNumber: "07840249749" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763547218 -passwordResetToken: null -hexColour: "#000000" } 41 => App\Entity\User {#1437 -id: 50 -email: "pgboland@sky.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$1kN4SlxdH1ciyauMOiLmEO4f0Fp5wYmMz.UflktJeRkv3cUmcoP5m" -name: "Peter Boland" -status: 1 -mobileNumber: "07791191223" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1753422006 -passwordResetToken: null -hexColour: "#000000" } 42 => App\Entity\User {#100 -id: 80 -email: "ray.dequito@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$D7.3.BoieBBcgjaXcx4UtOL0RdCCLvroU1xqlBRpsGjnskZB8idFm" -name: "ray dequito" -status: 1 -mobileNumber: "07436590162" -manageQuote: true -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: App\Enum\Entity\SalesDepartment {#279 …} -lastActivityTimestamp: 1781040806 -passwordResetToken: null -hexColour: "#000000" } 43 => App\Entity\User {#1438 -id: 85 -email: "raytrainer@seniorstairlifts.co.uk" -roles: [ "ROLE_FIELD_TRAINER" ] -password: "$2y$04$SFaESyjC20eRXRJ4vAS91eXk3AOm0ioR0NPTwa71jzs72xv7p9SR2" -name: "Ray Trainer" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780927998 -passwordResetToken: null -hexColour: "#000000" } 44 => App\Entity\User {#1439 -id: 7 -email: "reece@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$Vuja18.alLiqV27U3ChkSu9czCabre0nM/yDRDbFn69dWTyK7PODG" -name: "Reece Joseph" -status: 1 -mobileNumber: "07432718677" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764165882 -passwordResetToken: null -hexColour: "#9f0ee1" } 45 => App\Entity\User {#1440 -id: 77 -email: "textilemachine@aol.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$Cd8fTDcLNu05WkCI86zhU.d.P.e7.lUv.ZE8dqAaPaWy3JRdd3urS" -name: "Richard Lever -WD23" -status: 1 -mobileNumber: "07956627550" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764150375 -passwordResetToken: null -hexColour: "#000000" } 46 => App\Entity\User {#1441 -id: 68 -email: "ryanashton91@icloud.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$j8Gj36LpKz8PQX00eMPwb.oFJ6T25gGQmRnJXnVSbOUCJJTR.Sp8u" -name: "Ryan Ashton" -status: 1 -mobileNumber: "07395606999" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763723658 -passwordResetToken: null -hexColour: "#000000" } 47 => App\Entity\User {#1442 -id: 55 -email: "Samueljohngibbs@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$L5OpO5FSr6oA9q0zQdQAyOh0XdOXeEZoVdNXH4b1Sz.vHZnLlyJY." -name: "Sam Gibbs" -status: 1 -mobileNumber: "07860158451" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1755190119 -passwordResetToken: null -hexColour: "#000000" } 48 => App\Entity\User {#1443 -id: 74 -email: "seanlouram@yahoo.co.uk" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$cIOgcg0C9FdOPPw.1xECsuN9DHir83E84ZGBCFWm8V.Yj.Ydlb97e" -name: "Sean Louram -HD7" -status: 1 -mobileNumber: "07960460870" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166406 -passwordResetToken: null -hexColour: "#000000" } 49 => App\Entity\User {#1444 -id: 12 -email: "sean@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$VYL9oubLnmA5m4/MOxLmxuigqjGqFqrBfLtC8vMgKaZso8ypBqXXS" -name: "Sean Malee" -status: 1 -mobileNumber: "07922772188" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166112 -passwordResetToken: null -hexColour: "#e8773b" } 50 => App\Entity\User {#1445 -id: 62 -email: "simonclarke1966@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$ugXTNgLZDZV7FhacIKcxJ.9mrNhAfIVjouhrFfObaLrpi8DxTU3UK" -name: "Simon Clarke" -status: 1 -mobileNumber: "07411201210" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764107817 -passwordResetToken: null -hexColour: "#000000" } 51 => App\Entity\User {#1446 -id: 44 -email: "steve.watson10@icloud.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$7bSwvJE3MdFDW3NlSaOeAOySViI6dASEr1ySpt/B9G0jK7AWm257K" -name: "Steve Watson" -status: 1 -mobileNumber: "07368934281" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1755858097 -passwordResetToken: null -hexColour: "#000000" } 52 => App\Entity\User {#1447 -id: 45 -email: "Steven.warwick@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$w9bxCkhjYc/VRN8/ufhAY.o4uloop/AnkroteXpiq1pXtpG5m34WW" -name: "Steven Warwick" -status: 1 -mobileNumber: "07951087470" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764163991 -passwordResetToken: null -hexColour: "#733da9" } 53 => App\Entity\User {#1448 -id: 71 -email: "mobus2012@gmx.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$4KWa2JCOcUms4aUJAyxFd.USWBkFC0FHOMsu9iZw2LPPJcQKSaApO" -name: "Stuart Baldwin" -status: 1 -mobileNumber: "07899956031" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166699 -passwordResetToken: null -hexColour: "#000000" } 54 => App\Entity\User {#1449 -id: 27 -email: "susan@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$JROLshrK86i6mvEpw.xh4Oegla81xpM6WLWBslTPshMZg7V60PBDi" -name: "Susan Hobbs" -status: 1 -mobileNumber: "07751755890" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168338 -passwordResetToken: null -hexColour: "#0d0d0d" } 55 => App\Entity\User {#1450 -id: 86 -email: "Test@fieldtrainer.com" -roles: [ "ROLE_FIELD_TRAINER" ] -password: "$2y$04$Pfj3qSCIiEMqXXKtYIrupucbkyn2Eqbk0uILpwtnWaX8sIyZqLvK." -name: "Test Trainer" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780924589 -passwordResetToken: null -hexColour: "#000000" } 56 => App\Entity\User {#1451 -id: 61 -email: "Thomas@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$BhmwnvuT0mEpd0APZxkaa.Wj3lLX.ksg7.8ELU6yfnY.Y3KpyJ0GC" -name: "Thomas Marston" -status: 1 -mobileNumber: "07508727699" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168364 -passwordResetToken: null -hexColour: "#000000" } 57 => App\Entity\User {#1452 -id: 41 -email: "alfalusso166@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$rWUoc9icHWenASFFZMZkjehwJRvzzlg4qevH2ogE/iVO93nYsMImy" -name: "Thomas Wilson" -status: 1 -mobileNumber: "07880622613" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764165406 -passwordResetToken: null -hexColour: "#000000" } 58 => App\Entity\User {#1453 -id: 76 -email: "ecoheatscheme@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$qN7cKvq5X/NpTP5L0Dd1hOlK4n8lKmhAOvRrebXZtu2v5K2Plcz5i" -name: "Tim Kirkwood -M24" -status: 1 -mobileNumber: "07720847746" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763400102 -passwordResetToken: null -hexColour: "#000000" } 59 => App\Entity\User {#1454 -id: 84 -email: "viewer@seniorstairlifts.co.uk" -roles: [ "ROLE_VIEWER" ] -password: "$2y$04$WTAwWg2PL3w9Orx8KvPYuOGvDYjbUR7wfo1MQgh0VzqbMQ2WXksqe" -name: "viewer user" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780920483 -passwordResetToken: null -hexColour: "#000000" } 60 => App\Entity\User {#1455 -id: 19 -email: "asoijadios@aol.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$Q/t9jZsMUdkcGIX78Pxyb.jMel9JThSKQCEH865wr7ps407qTdd7i" -name: "Warranty Sale" -status: 1 -mobileNumber: "Warranty Sale" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } 61 => App\Entity\User {#1456 -id: 53 -email: "wilfred@haydnfine.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$jBAKCBPBeGNWGurjxc7qxudm2F7/yeIuprfzTcZ71Xdrnkiv.OWjy" -name: "Wilfred Fine" -status: 1 -mobileNumber: "07584237392" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1754329303 -passwordResetToken: null -hexColour: "#000000" } ] |
[ "Not assigned" => "Not assigned" 0 => App\Entity\User {#779 -id: 18 -email: "sfgjnf@aol.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$vz6GJ56kvKYa6LxqIxrqa.wSENiP8cSyzrzkwky3DAFzHBaGZU.Iy" -name: "***No Answer Stage 1***" -status: 1 -mobileNumber: "N/As from Sat Not Sold - Day 4" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } 1 => App\Entity\User {#792 -id: 8 -email: "contact@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "ineedresettingplease" -name: "***Office Diary***" -status: 1 -mobileNumber: "Daily office diary" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } 2 => App\Entity\User {#843 -id: 11 -email: "sales@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "ineedresettingplease" -name: "***Sat Not Sold***" -status: 1 -mobileNumber: "Sat Not Sold" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } 3 => App\Entity\User {#840 -id: 67 -email: "aaron.waby@seniorstairlifts.co.uk" -roles: [ "ROLE_REMOVAL_ENGINEER" ] -password: "$2y$04$hastoHGBwCOn333J7wY0De70IY6ofBvbK30PufQHKOOnA1bShuLQe" -name: "Aaron Waby" -status: 1 -mobileNumber: "07709535509" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1770222829 -passwordResetToken: null -hexColour: "#178719" } 4 => App\Entity\User {#799 -id: 59 -email: "adam.morley@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$sGXG37FP/Fc8w3754sbUquaEam4MNIvDJcah/PL9/Bu1sV/q9u43i" -name: "Adam Morley" -status: 1 -mobileNumber: "07940344845" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1779893738 -passwordResetToken: null -hexColour: "#000000" } 5 => App\Entity\User {#798 -id: 31 -email: "andrew@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" "ROLE_STAFF" ] -password: "$2y$13$EXQF8pn4WmqqHdXNkpzVmehmXrZuPwyOwJOMGLblYC.qy9BGNjBSi" -name: "Andrew Hehir" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1756474701 -passwordResetToken: null -hexColour: "#000000" } 6 => App\Entity\User {#800 -id: 10 -email: "carl@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$04$LWX98/YzF1M1ybUXDyt98.8ajWZ1wxkgIpGnWBH.i2.PBI0LarNcS" -name: "Carl Betambeau" -status: 1 -mobileNumber: "07955169225" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780574320 -passwordResetToken: "d6a16de268763e3ec2a3d5161d214331" -hexColour: "#14bb11" } 7 => App\Entity\User {#837 -id: 32 -email: "carl.greenall@seniorstairlifts.co.uk" -roles: [ "ROLE_REMOVAL_ENGINEER" ] -password: "$2y$04$MQNfVEMxaLWVjNeGxUXn9.UDT0lyjeqeyDB.mQzlZA2fQLvf3mZcO" -name: "Carl Greenall" -status: 1 -mobileNumber: "07495406829" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780574029 -passwordResetToken: null -hexColour: "#a50351" } 8 => App\Entity\User {#838 -id: 49 -email: "CHRISCOPPACK@HOTMAIL.COM" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$mPPQPL1D84ay3dYeY.wMbedBpU/niCZ22Zm8sV//oLpKZEDJNDn12" -name: "Chris Coppack" -status: 1 -mobileNumber: "07799363369" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1758439283 -passwordResetToken: null -hexColour: "#000000" } 9 => App\Entity\User {#801 -id: 46 -email: "chris.marshall@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$04$6Ls3tAjXCBlpE7nZOdneiOTVFYetqBGL7Rw7w5BeKIxplJVUzRium" -name: "Chris Marshall" -status: 1 -mobileNumber: "07854996774" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1773743097 -passwordResetToken: null -hexColour: "#9c2626" } 10 => App\Entity\User {#807 -id: 58 -email: "chris@effectiveskills.co.uk" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$04$DAbcYWfRqJpNgrFUA.CtNOUCRiJ0O7oMYaxz6UPz3o4egJJmTvNOa" -name: "Chris Taylor" -status: 1 -mobileNumber: "07801419069" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1779446440 -passwordResetToken: null -hexColour: "#000000" } 11 => App\Entity\User {#808 -id: 72 -email: "chris.taylor@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$LYbg0WfJLrsuVDwvqWDynOfkVX2BEl7J/f4pJsncmFeo4X7Vw9hhu" -name: "Chris Taylor Office" -status: 1 -mobileNumber: "07506785328" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1773335288 -passwordResetToken: null -hexColour: "#000000" } 12 => App\Entity\User {#831 -id: 79 -email: "craig.cflc@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$04$qj2SZ2C4loTaI/IkT5hUKuymZjsCGW0KK17PAG413JrJamv8vGcSe" -name: "Craig Clarke -NG" -status: 1 -mobileNumber: "07773424507" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1770165957 -passwordResetToken: null -hexColour: "#000000" } 13 => App\Entity\User {#802 -id: 51 -email: "craigsharp426@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$ZJsjlAxE33ryYsqc6bIc9uA6e.9TylQU7tX8SLxOQaiEzuOB6SmKW" -name: "Craig Sharp" -status: 1 -mobileNumber: "07496233559" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1753173519 -passwordResetToken: null -hexColour: "#000000" } 14 => App\Entity\User {#797 -id: 16 -email: "daniel@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$yrMhH9BnUqwnCy0Ntz.ncuB0Pc/XT91Gp9AWBv7gh6zIH2KA7WcZ." -name: "Daniel Maginn" -status: 1 -mobileNumber: "07565707162" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166946 -passwordResetToken: "1c3f3aa444efaf2642a2f2e0ba9b89ef" -hexColour: "#a69a1c" } 15 => App\Entity\User {#836 -id: 21 -email: "darren@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$04$59s1ivNZcSdgPCxa.diz3OFClKxddH781a6aOwuWfk9pHw8AadRnC" -name: "Darren Beckwith" -status: 1 -mobileNumber: "07837839237" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780875115 -passwordResetToken: null -hexColour: "#e20303" } 16 => App\Entity\User {#809 -id: 35 -email: "Darrenhutchinson@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$TIoLxpcqOG9./BCEFAfoDOGEFR9bmxSjlTM2aN8JWN2wpVSx6sEh." -name: "Darren Hutchinson" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168258 -passwordResetToken: null -hexColour: "#000000" } 17 => App\Entity\User {#803 -id: 63 -email: "douglas.healion@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$1HYWX3FUWFUA1FEZAmtCAuyvWfq2Vy04FyDmRhcA2tUimTpk8ngtS" -name: "Douglas Healion" -status: 1 -mobileNumber: "07375128414" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764139519 -passwordResetToken: null -hexColour: "#797d40" } 18 => App\Entity\User {#810 -id: 69 -email: "duncan.shellam@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$HbZg4Nh/OgxaiYInktezyeY/uR6DuGhpN.AS2DM4K1JGbdjawUDoy" -name: "Duncan Shellam" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763399691 -passwordResetToken: null -hexColour: "#000000" } 19 => App\Entity\User {#1430 -id: 37 -email: "bedworth222@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$PeVaJGeQSZXYqe2gM641p.sdQByC1r0JWPOpayD5eCh.JnM6yX8mq" -name: "Eon Bedworth" -status: 1 -mobileNumber: "07494921525" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1757442088 -passwordResetToken: null -hexColour: "#000000" } 20 => App\Entity\User {#1425 -id: 57 -email: "Euan@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$SEz7XWlrCtCIKbZDBiwGJeZaHGoo7F.wJgfzaYarqjMrdxvKTh4US" -name: "Euan Manton" -status: 1 -mobileNumber: "07780837403" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1758026614 -passwordResetToken: null -hexColour: "#000000" } 21 => App\Entity\User {#785 -id: 75 -email: "georgeherbert94@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$BEUOHcg2.LnOa37oxfarfOpEbm.PezZTSVUp20e/yu.HXfAVzqidq" -name: "George Herbert -NN9" -status: 1 -mobileNumber: "07766025249" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763734239 -passwordResetToken: null -hexColour: "#000000" } 22 => App\Entity\User {#777 -id: 70 -email: "glen@reaktphotobooths.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$mKe2LLMNjch7slzAL6jANO6aeLrhYNH/mOCF3RFMnSomXquttPUM2" -name: "Glen -DY5" -status: 1 -mobileNumber: "07504997170" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764163722 -passwordResetToken: null -hexColour: "#000000" } 23 => App\Entity\User {#782 -id: 60 -email: "jason.palmer@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$w4uecsxwZTHUP9JOrR9jbeZXENA6ed/IiskUYPVJjpLPHUbkJ5/4q" -name: "Jason Palmer" -status: 1 -mobileNumber: "07710822578" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764165543 -passwordResetToken: null -hexColour: "#1e0ff5" } 24 => App\Entity\User {#781 -id: 5 -email: "joe@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$rN5eYAqbfWJZClQXNPfdX.2KxS9WLB7mONq5O0EBEUZIre1bq6LyC" -name: "Joe Stevenson" -status: 1 -mobileNumber: "07780588370" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1773228005 -passwordResetToken: null -hexColour: "#000000" } 25 => App\Entity\User {#780 -id: 66 -email: "jordan.mitchell-marsh@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$/OCcU4Tu7GErINBV99pSS.N3RnASGbF4XIJXGDGawaM50EZ3Nvbfq" -name: "Jordan Mitchell-Marsh" -status: 1 -mobileNumber: "07739576014" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764157518 -passwordResetToken: null -hexColour: "#ba4040" } 26 => App\Entity\User {#778 -id: 47 -email: "jordan.tiddy@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$CZZE6p/2F/e.sJcILfzuQeSGLaoMS5tR5VjRS178UqOqjClo6HC6." -name: "Jordan Tiddy" -status: 1 -mobileNumber: "07927405601" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764164192 -passwordResetToken: null -hexColour: "#49b5d0" } 27 => App\Entity\User {#1432 -id: 13 -email: "jordan@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$X8ngnEZ49oIpxih15AAJQeyYQ7IqrvlH1EjTBd.DWfe84WqoylcB6" -name: "Jordan Wilton" -status: 1 -mobileNumber: "07505905597" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168250 -passwordResetToken: null -hexColour: "#ee02f2" } 28 => App\Entity\User {#1431 -id: 65 -email: "kasey.mouatt@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$yK/jORiJ4RTXX74f1/0aEe3dGrZ66mA7BCmN/QHndXBhhExhXhtiy" -name: "Kasey Mouatt" -status: 1 -mobileNumber: "07777131780" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168326 -passwordResetToken: null -hexColour: "#000000" } 29 => App\Entity\User {#783 -id: 3 -email: "kieran@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$xzOshQ4elVbYn/MdBA6vvuGI9nguGB4Iyx1zzFRyqURMIgDSXcJIq" -name: "Kieran Harris" -status: 1 -mobileNumber: "07951391754" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764163420 -passwordResetToken: null -hexColour: "#000000" } 30 => App\Entity\User {#1429 -id: 54 -email: "kimkeenbse@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$ieKwwHmwEzBrio806uvf7.ZIzwVByX85viDUoEOyDsSh9iDsCwHx6" -name: "Kim Keen" -status: 1 -mobileNumber: "07525065895" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166313 -passwordResetToken: null -hexColour: "#000000" } 31 => App\Entity\User {#1423 -id: 56 -email: "lvsmagic@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$BMEIQan.KWUN1lZwtrqapeKeCEvWiXbQnfEtqAU20OP/TW7MoHQgS" -name: "Lee Spiteri" -status: 1 -mobileNumber: "07578513318" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1755276133 -passwordResetToken: null -hexColour: "#000000" } 32 => App\Entity\User {#1428 -id: 17 -email: "lewis@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$PLR.By7.tH64BY4z3hji..3XpUDijAyWwvVehO357FJG92E.tFoxu" -name: "Lewis Robinson" -status: 1 -mobileNumber: "07411461667" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1770730934 -passwordResetToken: "033dd20d6626e41a903aa01f3f988c32" -hexColour: "#121211" } 33 => App\Entity\User {#1426 -id: 29 -email: "lianna@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$flu8/Z7XyrO3PKiqkWV8z.GTZVoDETBObaujPiRbO5a0RgUB9MPLO" -name: "Lianna Naylor" -status: 1 -mobileNumber: "07808081433" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1776858631 -passwordResetToken: null -hexColour: "#000000" } 34 => App\Entity\User {#1427 -id: 81 -email: "lindsay.martin@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$gx2dJt.9TzlKhwCUUezE4eRmt5LYhHhR88fyURYZLcew2uTCTEAIW" -name: "Lindsay Martin" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1772638405 -passwordResetToken: null -hexColour: "#000000" } 35 => App\Entity\User {#1424 -id: 83 -email: "mackenzie.smith@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$zs1mTlQgB09K.PN94YNj6.2tMnA82QfnPplsqwI/jj96Y3zIVayyS" -name: "Mackenzie Smith" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1781015250 -passwordResetToken: "ca817a834e2d92749678108fe8c16c82" -hexColour: "#000000" } 36 => App\Entity\User {#786 -id: 73 -email: "mike@transformationbykcs.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$eZHR4sPsqicbBE6gzESiTO4vj1BxYLPJKQy4uFkfVly9loHmr9X0y" -name: "Mike Keen - B30" -status: 1 -mobileNumber: "07711948361" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764160827 -passwordResetToken: null -hexColour: "#000000" } 37 => App\Entity\User {#784 -id: 78 -email: "davisnick963@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$MZhFnUN96CA4X9lmEwvHgeFYx9iUqFi2TJZg0mBOTtXSkTWwrwuO." -name: "Nick Davis -NG" -status: 1 -mobileNumber: "07376864219" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764010589 -passwordResetToken: null -hexColour: "#000000" } 38 => App\Entity\User {#787 -id: 30 -email: "accounts@novi.digital" -roles: [ "ROLE_STAFF" ] -password: "$2y$13$X8/6fJecf.uJvlnFNvQi.O60tH5LGgTY7GZ3m/t1eM0Zp6i/DlWsu" -name: "Novi" -status: 1 -mobileNumber: "07540422011" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1751015671 -passwordResetToken: null -hexColour: "#000000" } 39 => App\Entity\User {#1435 -id: 52 -email: "paul.marshall@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$YjrOmq.7LJnfvyCjTZd1Nefg/LafIWRRoTwxHkeEcfyu7adE2cZHa" -name: "Paul Marshall" -status: 1 -mobileNumber: "07872588340" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1758032932 -passwordResetToken: null -hexColour: "#000000" } 40 => App\Entity\User {#1436 -id: 64 -email: "paul@pwca.co.uk" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$cs0sQdhB2UfHJ2uOJ6/OVeTA3RCzRQdQZeaytW2iaHXNlTEgO0BFq" -name: "Paul Witcomb" -status: 1 -mobileNumber: "07840249749" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763547218 -passwordResetToken: null -hexColour: "#000000" } 41 => App\Entity\User {#1437 -id: 50 -email: "pgboland@sky.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$1kN4SlxdH1ciyauMOiLmEO4f0Fp5wYmMz.UflktJeRkv3cUmcoP5m" -name: "Peter Boland" -status: 1 -mobileNumber: "07791191223" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1753422006 -passwordResetToken: null -hexColour: "#000000" } 42 => App\Entity\User {#100 -id: 80 -email: "ray.dequito@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$D7.3.BoieBBcgjaXcx4UtOL0RdCCLvroU1xqlBRpsGjnskZB8idFm" -name: "ray dequito" -status: 1 -mobileNumber: "07436590162" -manageQuote: true -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: App\Enum\Entity\SalesDepartment {#279 …} -lastActivityTimestamp: 1781040806 -passwordResetToken: null -hexColour: "#000000" } 43 => App\Entity\User {#1438 -id: 85 -email: "raytrainer@seniorstairlifts.co.uk" -roles: [ "ROLE_FIELD_TRAINER" ] -password: "$2y$04$SFaESyjC20eRXRJ4vAS91eXk3AOm0ioR0NPTwa71jzs72xv7p9SR2" -name: "Ray Trainer" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780927998 -passwordResetToken: null -hexColour: "#000000" } 44 => App\Entity\User {#1439 -id: 7 -email: "reece@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$Vuja18.alLiqV27U3ChkSu9czCabre0nM/yDRDbFn69dWTyK7PODG" -name: "Reece Joseph" -status: 1 -mobileNumber: "07432718677" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764165882 -passwordResetToken: null -hexColour: "#9f0ee1" } 45 => App\Entity\User {#1440 -id: 77 -email: "textilemachine@aol.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$Cd8fTDcLNu05WkCI86zhU.d.P.e7.lUv.ZE8dqAaPaWy3JRdd3urS" -name: "Richard Lever -WD23" -status: 1 -mobileNumber: "07956627550" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764150375 -passwordResetToken: null -hexColour: "#000000" } 46 => App\Entity\User {#1441 -id: 68 -email: "ryanashton91@icloud.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$j8Gj36LpKz8PQX00eMPwb.oFJ6T25gGQmRnJXnVSbOUCJJTR.Sp8u" -name: "Ryan Ashton" -status: 1 -mobileNumber: "07395606999" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763723658 -passwordResetToken: null -hexColour: "#000000" } 47 => App\Entity\User {#1442 -id: 55 -email: "Samueljohngibbs@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$L5OpO5FSr6oA9q0zQdQAyOh0XdOXeEZoVdNXH4b1Sz.vHZnLlyJY." -name: "Sam Gibbs" -status: 1 -mobileNumber: "07860158451" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1755190119 -passwordResetToken: null -hexColour: "#000000" } 48 => App\Entity\User {#1443 -id: 74 -email: "seanlouram@yahoo.co.uk" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$cIOgcg0C9FdOPPw.1xECsuN9DHir83E84ZGBCFWm8V.Yj.Ydlb97e" -name: "Sean Louram -HD7" -status: 1 -mobileNumber: "07960460870" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166406 -passwordResetToken: null -hexColour: "#000000" } 49 => App\Entity\User {#1444 -id: 12 -email: "sean@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$VYL9oubLnmA5m4/MOxLmxuigqjGqFqrBfLtC8vMgKaZso8ypBqXXS" -name: "Sean Malee" -status: 1 -mobileNumber: "07922772188" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166112 -passwordResetToken: null -hexColour: "#e8773b" } 50 => App\Entity\User {#1445 -id: 62 -email: "simonclarke1966@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$ugXTNgLZDZV7FhacIKcxJ.9mrNhAfIVjouhrFfObaLrpi8DxTU3UK" -name: "Simon Clarke" -status: 1 -mobileNumber: "07411201210" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764107817 -passwordResetToken: null -hexColour: "#000000" } 51 => App\Entity\User {#1446 -id: 44 -email: "steve.watson10@icloud.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$7bSwvJE3MdFDW3NlSaOeAOySViI6dASEr1ySpt/B9G0jK7AWm257K" -name: "Steve Watson" -status: 1 -mobileNumber: "07368934281" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1755858097 -passwordResetToken: null -hexColour: "#000000" } 52 => App\Entity\User {#1447 -id: 45 -email: "Steven.warwick@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$w9bxCkhjYc/VRN8/ufhAY.o4uloop/AnkroteXpiq1pXtpG5m34WW" -name: "Steven Warwick" -status: 1 -mobileNumber: "07951087470" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764163991 -passwordResetToken: null -hexColour: "#733da9" } 53 => App\Entity\User {#1448 -id: 71 -email: "mobus2012@gmx.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$4KWa2JCOcUms4aUJAyxFd.USWBkFC0FHOMsu9iZw2LPPJcQKSaApO" -name: "Stuart Baldwin" -status: 1 -mobileNumber: "07899956031" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166699 -passwordResetToken: null -hexColour: "#000000" } 54 => App\Entity\User {#1449 -id: 27 -email: "susan@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$JROLshrK86i6mvEpw.xh4Oegla81xpM6WLWBslTPshMZg7V60PBDi" -name: "Susan Hobbs" -status: 1 -mobileNumber: "07751755890" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168338 -passwordResetToken: null -hexColour: "#0d0d0d" } 55 => App\Entity\User {#1450 -id: 86 -email: "Test@fieldtrainer.com" -roles: [ "ROLE_FIELD_TRAINER" ] -password: "$2y$04$Pfj3qSCIiEMqXXKtYIrupucbkyn2Eqbk0uILpwtnWaX8sIyZqLvK." -name: "Test Trainer" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780924589 -passwordResetToken: null -hexColour: "#000000" } 56 => App\Entity\User {#1451 -id: 61 -email: "Thomas@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$BhmwnvuT0mEpd0APZxkaa.Wj3lLX.ksg7.8ELU6yfnY.Y3KpyJ0GC" -name: "Thomas Marston" -status: 1 -mobileNumber: "07508727699" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168364 -passwordResetToken: null -hexColour: "#000000" } 57 => App\Entity\User {#1452 -id: 41 -email: "alfalusso166@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$rWUoc9icHWenASFFZMZkjehwJRvzzlg4qevH2ogE/iVO93nYsMImy" -name: "Thomas Wilson" -status: 1 -mobileNumber: "07880622613" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764165406 -passwordResetToken: null -hexColour: "#000000" } 58 => App\Entity\User {#1453 -id: 76 -email: "ecoheatscheme@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$qN7cKvq5X/NpTP5L0Dd1hOlK4n8lKmhAOvRrebXZtu2v5K2Plcz5i" -name: "Tim Kirkwood -M24" -status: 1 -mobileNumber: "07720847746" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763400102 -passwordResetToken: null -hexColour: "#000000" } 59 => App\Entity\User {#1454 -id: 84 -email: "viewer@seniorstairlifts.co.uk" -roles: [ "ROLE_VIEWER" ] -password: "$2y$04$WTAwWg2PL3w9Orx8KvPYuOGvDYjbUR7wfo1MQgh0VzqbMQ2WXksqe" -name: "viewer user" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780920483 -passwordResetToken: null -hexColour: "#000000" } 60 => App\Entity\User {#1455 -id: 19 -email: "asoijadios@aol.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$Q/t9jZsMUdkcGIX78Pxyb.jMel9JThSKQCEH865wr7ps407qTdd7i" -name: "Warranty Sale" -status: 1 -mobileNumber: "Warranty Sale" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } 61 => App\Entity\User {#1456 -id: 53 -email: "wilfred@haydnfine.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$jBAKCBPBeGNWGurjxc7qxudm2F7/yeIuprfzTcZ71Xdrnkiv.OWjy" -name: "Wilfred Fine" -status: 1 -mobileNumber: "07584237392" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1754329303 -passwordResetToken: null -hexColour: "#000000" } ] |
| placeholder | "app.form.placeholder" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure($value, $key): User|string {#893 returnType: "App\Entity\User|string" class: "App\Form\Filter\JobFilterType" this: App\Form\Filter\JobFilterType {#979 …} } |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Not assigned" => "Not assigned" 0 => App\Entity\User {#779 -id: 18 -email: "sfgjnf@aol.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$vz6GJ56kvKYa6LxqIxrqa.wSENiP8cSyzrzkwky3DAFzHBaGZU.Iy" -name: "***No Answer Stage 1***" -status: 1 -mobileNumber: "N/As from Sat Not Sold - Day 4" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } 1 => App\Entity\User {#792 -id: 8 -email: "contact@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "ineedresettingplease" -name: "***Office Diary***" -status: 1 -mobileNumber: "Daily office diary" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } 2 => App\Entity\User {#843 -id: 11 -email: "sales@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "ineedresettingplease" -name: "***Sat Not Sold***" -status: 1 -mobileNumber: "Sat Not Sold" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } 3 => App\Entity\User {#840 -id: 67 -email: "aaron.waby@seniorstairlifts.co.uk" -roles: [ "ROLE_REMOVAL_ENGINEER" ] -password: "$2y$04$hastoHGBwCOn333J7wY0De70IY6ofBvbK30PufQHKOOnA1bShuLQe" -name: "Aaron Waby" -status: 1 -mobileNumber: "07709535509" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1770222829 -passwordResetToken: null -hexColour: "#178719" } 4 => App\Entity\User {#799 -id: 59 -email: "adam.morley@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$sGXG37FP/Fc8w3754sbUquaEam4MNIvDJcah/PL9/Bu1sV/q9u43i" -name: "Adam Morley" -status: 1 -mobileNumber: "07940344845" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1779893738 -passwordResetToken: null -hexColour: "#000000" } 5 => App\Entity\User {#798 -id: 31 -email: "andrew@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" "ROLE_STAFF" ] -password: "$2y$13$EXQF8pn4WmqqHdXNkpzVmehmXrZuPwyOwJOMGLblYC.qy9BGNjBSi" -name: "Andrew Hehir" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1756474701 -passwordResetToken: null -hexColour: "#000000" } 6 => App\Entity\User {#800 -id: 10 -email: "carl@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$04$LWX98/YzF1M1ybUXDyt98.8ajWZ1wxkgIpGnWBH.i2.PBI0LarNcS" -name: "Carl Betambeau" -status: 1 -mobileNumber: "07955169225" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780574320 -passwordResetToken: "d6a16de268763e3ec2a3d5161d214331" -hexColour: "#14bb11" } 7 => App\Entity\User {#837 -id: 32 -email: "carl.greenall@seniorstairlifts.co.uk" -roles: [ "ROLE_REMOVAL_ENGINEER" ] -password: "$2y$04$MQNfVEMxaLWVjNeGxUXn9.UDT0lyjeqeyDB.mQzlZA2fQLvf3mZcO" -name: "Carl Greenall" -status: 1 -mobileNumber: "07495406829" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780574029 -passwordResetToken: null -hexColour: "#a50351" } 8 => App\Entity\User {#838 -id: 49 -email: "CHRISCOPPACK@HOTMAIL.COM" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$mPPQPL1D84ay3dYeY.wMbedBpU/niCZ22Zm8sV//oLpKZEDJNDn12" -name: "Chris Coppack" -status: 1 -mobileNumber: "07799363369" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1758439283 -passwordResetToken: null -hexColour: "#000000" } 9 => App\Entity\User {#801 -id: 46 -email: "chris.marshall@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$04$6Ls3tAjXCBlpE7nZOdneiOTVFYetqBGL7Rw7w5BeKIxplJVUzRium" -name: "Chris Marshall" -status: 1 -mobileNumber: "07854996774" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1773743097 -passwordResetToken: null -hexColour: "#9c2626" } 10 => App\Entity\User {#807 -id: 58 -email: "chris@effectiveskills.co.uk" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$04$DAbcYWfRqJpNgrFUA.CtNOUCRiJ0O7oMYaxz6UPz3o4egJJmTvNOa" -name: "Chris Taylor" -status: 1 -mobileNumber: "07801419069" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1779446440 -passwordResetToken: null -hexColour: "#000000" } 11 => App\Entity\User {#808 -id: 72 -email: "chris.taylor@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$LYbg0WfJLrsuVDwvqWDynOfkVX2BEl7J/f4pJsncmFeo4X7Vw9hhu" -name: "Chris Taylor Office" -status: 1 -mobileNumber: "07506785328" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1773335288 -passwordResetToken: null -hexColour: "#000000" } 12 => App\Entity\User {#831 -id: 79 -email: "craig.cflc@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$04$qj2SZ2C4loTaI/IkT5hUKuymZjsCGW0KK17PAG413JrJamv8vGcSe" -name: "Craig Clarke -NG" -status: 1 -mobileNumber: "07773424507" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1770165957 -passwordResetToken: null -hexColour: "#000000" } 13 => App\Entity\User {#802 -id: 51 -email: "craigsharp426@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$ZJsjlAxE33ryYsqc6bIc9uA6e.9TylQU7tX8SLxOQaiEzuOB6SmKW" -name: "Craig Sharp" -status: 1 -mobileNumber: "07496233559" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1753173519 -passwordResetToken: null -hexColour: "#000000" } 14 => App\Entity\User {#797 -id: 16 -email: "daniel@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$yrMhH9BnUqwnCy0Ntz.ncuB0Pc/XT91Gp9AWBv7gh6zIH2KA7WcZ." -name: "Daniel Maginn" -status: 1 -mobileNumber: "07565707162" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166946 -passwordResetToken: "1c3f3aa444efaf2642a2f2e0ba9b89ef" -hexColour: "#a69a1c" } 15 => App\Entity\User {#836 -id: 21 -email: "darren@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$04$59s1ivNZcSdgPCxa.diz3OFClKxddH781a6aOwuWfk9pHw8AadRnC" -name: "Darren Beckwith" -status: 1 -mobileNumber: "07837839237" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780875115 -passwordResetToken: null -hexColour: "#e20303" } 16 => App\Entity\User {#809 -id: 35 -email: "Darrenhutchinson@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$TIoLxpcqOG9./BCEFAfoDOGEFR9bmxSjlTM2aN8JWN2wpVSx6sEh." -name: "Darren Hutchinson" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168258 -passwordResetToken: null -hexColour: "#000000" } 17 => App\Entity\User {#803 -id: 63 -email: "douglas.healion@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$1HYWX3FUWFUA1FEZAmtCAuyvWfq2Vy04FyDmRhcA2tUimTpk8ngtS" -name: "Douglas Healion" -status: 1 -mobileNumber: "07375128414" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764139519 -passwordResetToken: null -hexColour: "#797d40" } 18 => App\Entity\User {#810 -id: 69 -email: "duncan.shellam@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$HbZg4Nh/OgxaiYInktezyeY/uR6DuGhpN.AS2DM4K1JGbdjawUDoy" -name: "Duncan Shellam" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763399691 -passwordResetToken: null -hexColour: "#000000" } 19 => App\Entity\User {#1430 -id: 37 -email: "bedworth222@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$PeVaJGeQSZXYqe2gM641p.sdQByC1r0JWPOpayD5eCh.JnM6yX8mq" -name: "Eon Bedworth" -status: 1 -mobileNumber: "07494921525" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1757442088 -passwordResetToken: null -hexColour: "#000000" } 20 => App\Entity\User {#1425 -id: 57 -email: "Euan@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$SEz7XWlrCtCIKbZDBiwGJeZaHGoo7F.wJgfzaYarqjMrdxvKTh4US" -name: "Euan Manton" -status: 1 -mobileNumber: "07780837403" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1758026614 -passwordResetToken: null -hexColour: "#000000" } 21 => App\Entity\User {#785 -id: 75 -email: "georgeherbert94@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$BEUOHcg2.LnOa37oxfarfOpEbm.PezZTSVUp20e/yu.HXfAVzqidq" -name: "George Herbert -NN9" -status: 1 -mobileNumber: "07766025249" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763734239 -passwordResetToken: null -hexColour: "#000000" } 22 => App\Entity\User {#777 -id: 70 -email: "glen@reaktphotobooths.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$mKe2LLMNjch7slzAL6jANO6aeLrhYNH/mOCF3RFMnSomXquttPUM2" -name: "Glen -DY5" -status: 1 -mobileNumber: "07504997170" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764163722 -passwordResetToken: null -hexColour: "#000000" } 23 => App\Entity\User {#782 -id: 60 -email: "jason.palmer@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$w4uecsxwZTHUP9JOrR9jbeZXENA6ed/IiskUYPVJjpLPHUbkJ5/4q" -name: "Jason Palmer" -status: 1 -mobileNumber: "07710822578" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764165543 -passwordResetToken: null -hexColour: "#1e0ff5" } 24 => App\Entity\User {#781 -id: 5 -email: "joe@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$rN5eYAqbfWJZClQXNPfdX.2KxS9WLB7mONq5O0EBEUZIre1bq6LyC" -name: "Joe Stevenson" -status: 1 -mobileNumber: "07780588370" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1773228005 -passwordResetToken: null -hexColour: "#000000" } 25 => App\Entity\User {#780 -id: 66 -email: "jordan.mitchell-marsh@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$/OCcU4Tu7GErINBV99pSS.N3RnASGbF4XIJXGDGawaM50EZ3Nvbfq" -name: "Jordan Mitchell-Marsh" -status: 1 -mobileNumber: "07739576014" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764157518 -passwordResetToken: null -hexColour: "#ba4040" } 26 => App\Entity\User {#778 -id: 47 -email: "jordan.tiddy@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$CZZE6p/2F/e.sJcILfzuQeSGLaoMS5tR5VjRS178UqOqjClo6HC6." -name: "Jordan Tiddy" -status: 1 -mobileNumber: "07927405601" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764164192 -passwordResetToken: null -hexColour: "#49b5d0" } 27 => App\Entity\User {#1432 -id: 13 -email: "jordan@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$X8ngnEZ49oIpxih15AAJQeyYQ7IqrvlH1EjTBd.DWfe84WqoylcB6" -name: "Jordan Wilton" -status: 1 -mobileNumber: "07505905597" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168250 -passwordResetToken: null -hexColour: "#ee02f2" } 28 => App\Entity\User {#1431 -id: 65 -email: "kasey.mouatt@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$yK/jORiJ4RTXX74f1/0aEe3dGrZ66mA7BCmN/QHndXBhhExhXhtiy" -name: "Kasey Mouatt" -status: 1 -mobileNumber: "07777131780" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168326 -passwordResetToken: null -hexColour: "#000000" } 29 => App\Entity\User {#783 -id: 3 -email: "kieran@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$xzOshQ4elVbYn/MdBA6vvuGI9nguGB4Iyx1zzFRyqURMIgDSXcJIq" -name: "Kieran Harris" -status: 1 -mobileNumber: "07951391754" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764163420 -passwordResetToken: null -hexColour: "#000000" } 30 => App\Entity\User {#1429 -id: 54 -email: "kimkeenbse@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$ieKwwHmwEzBrio806uvf7.ZIzwVByX85viDUoEOyDsSh9iDsCwHx6" -name: "Kim Keen" -status: 1 -mobileNumber: "07525065895" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166313 -passwordResetToken: null -hexColour: "#000000" } 31 => App\Entity\User {#1423 -id: 56 -email: "lvsmagic@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$BMEIQan.KWUN1lZwtrqapeKeCEvWiXbQnfEtqAU20OP/TW7MoHQgS" -name: "Lee Spiteri" -status: 1 -mobileNumber: "07578513318" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1755276133 -passwordResetToken: null -hexColour: "#000000" } 32 => App\Entity\User {#1428 -id: 17 -email: "lewis@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$PLR.By7.tH64BY4z3hji..3XpUDijAyWwvVehO357FJG92E.tFoxu" -name: "Lewis Robinson" -status: 1 -mobileNumber: "07411461667" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1770730934 -passwordResetToken: "033dd20d6626e41a903aa01f3f988c32" -hexColour: "#121211" } 33 => App\Entity\User {#1426 -id: 29 -email: "lianna@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$flu8/Z7XyrO3PKiqkWV8z.GTZVoDETBObaujPiRbO5a0RgUB9MPLO" -name: "Lianna Naylor" -status: 1 -mobileNumber: "07808081433" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1776858631 -passwordResetToken: null -hexColour: "#000000" } 34 => App\Entity\User {#1427 -id: 81 -email: "lindsay.martin@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$gx2dJt.9TzlKhwCUUezE4eRmt5LYhHhR88fyURYZLcew2uTCTEAIW" -name: "Lindsay Martin" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1772638405 -passwordResetToken: null -hexColour: "#000000" } 35 => App\Entity\User {#1424 -id: 83 -email: "mackenzie.smith@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$zs1mTlQgB09K.PN94YNj6.2tMnA82QfnPplsqwI/jj96Y3zIVayyS" -name: "Mackenzie Smith" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1781015250 -passwordResetToken: "ca817a834e2d92749678108fe8c16c82" -hexColour: "#000000" } 36 => App\Entity\User {#786 -id: 73 -email: "mike@transformationbykcs.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$eZHR4sPsqicbBE6gzESiTO4vj1BxYLPJKQy4uFkfVly9loHmr9X0y" -name: "Mike Keen - B30" -status: 1 -mobileNumber: "07711948361" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764160827 -passwordResetToken: null -hexColour: "#000000" } 37 => App\Entity\User {#784 -id: 78 -email: "davisnick963@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$MZhFnUN96CA4X9lmEwvHgeFYx9iUqFi2TJZg0mBOTtXSkTWwrwuO." -name: "Nick Davis -NG" -status: 1 -mobileNumber: "07376864219" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764010589 -passwordResetToken: null -hexColour: "#000000" } 38 => App\Entity\User {#787 -id: 30 -email: "accounts@novi.digital" -roles: [ "ROLE_STAFF" ] -password: "$2y$13$X8/6fJecf.uJvlnFNvQi.O60tH5LGgTY7GZ3m/t1eM0Zp6i/DlWsu" -name: "Novi" -status: 1 -mobileNumber: "07540422011" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1751015671 -passwordResetToken: null -hexColour: "#000000" } 39 => App\Entity\User {#1435 -id: 52 -email: "paul.marshall@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$YjrOmq.7LJnfvyCjTZd1Nefg/LafIWRRoTwxHkeEcfyu7adE2cZHa" -name: "Paul Marshall" -status: 1 -mobileNumber: "07872588340" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1758032932 -passwordResetToken: null -hexColour: "#000000" } 40 => App\Entity\User {#1436 -id: 64 -email: "paul@pwca.co.uk" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$cs0sQdhB2UfHJ2uOJ6/OVeTA3RCzRQdQZeaytW2iaHXNlTEgO0BFq" -name: "Paul Witcomb" -status: 1 -mobileNumber: "07840249749" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763547218 -passwordResetToken: null -hexColour: "#000000" } 41 => App\Entity\User {#1437 -id: 50 -email: "pgboland@sky.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$1kN4SlxdH1ciyauMOiLmEO4f0Fp5wYmMz.UflktJeRkv3cUmcoP5m" -name: "Peter Boland" -status: 1 -mobileNumber: "07791191223" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1753422006 -passwordResetToken: null -hexColour: "#000000" } 42 => App\Entity\User {#100 -id: 80 -email: "ray.dequito@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$D7.3.BoieBBcgjaXcx4UtOL0RdCCLvroU1xqlBRpsGjnskZB8idFm" -name: "ray dequito" -status: 1 -mobileNumber: "07436590162" -manageQuote: true -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: App\Enum\Entity\SalesDepartment {#279 …} -lastActivityTimestamp: 1781040806 -passwordResetToken: null -hexColour: "#000000" } 43 => App\Entity\User {#1438 -id: 85 -email: "raytrainer@seniorstairlifts.co.uk" -roles: [ "ROLE_FIELD_TRAINER" ] -password: "$2y$04$SFaESyjC20eRXRJ4vAS91eXk3AOm0ioR0NPTwa71jzs72xv7p9SR2" -name: "Ray Trainer" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780927998 -passwordResetToken: null -hexColour: "#000000" } 44 => App\Entity\User {#1439 -id: 7 -email: "reece@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$Vuja18.alLiqV27U3ChkSu9czCabre0nM/yDRDbFn69dWTyK7PODG" -name: "Reece Joseph" -status: 1 -mobileNumber: "07432718677" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764165882 -passwordResetToken: null -hexColour: "#9f0ee1" } 45 => App\Entity\User {#1440 -id: 77 -email: "textilemachine@aol.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$Cd8fTDcLNu05WkCI86zhU.d.P.e7.lUv.ZE8dqAaPaWy3JRdd3urS" -name: "Richard Lever -WD23" -status: 1 -mobileNumber: "07956627550" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764150375 -passwordResetToken: null -hexColour: "#000000" } 46 => App\Entity\User {#1441 -id: 68 -email: "ryanashton91@icloud.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$j8Gj36LpKz8PQX00eMPwb.oFJ6T25gGQmRnJXnVSbOUCJJTR.Sp8u" -name: "Ryan Ashton" -status: 1 -mobileNumber: "07395606999" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763723658 -passwordResetToken: null -hexColour: "#000000" } 47 => App\Entity\User {#1442 -id: 55 -email: "Samueljohngibbs@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$L5OpO5FSr6oA9q0zQdQAyOh0XdOXeEZoVdNXH4b1Sz.vHZnLlyJY." -name: "Sam Gibbs" -status: 1 -mobileNumber: "07860158451" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1755190119 -passwordResetToken: null -hexColour: "#000000" } 48 => App\Entity\User {#1443 -id: 74 -email: "seanlouram@yahoo.co.uk" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$cIOgcg0C9FdOPPw.1xECsuN9DHir83E84ZGBCFWm8V.Yj.Ydlb97e" -name: "Sean Louram -HD7" -status: 1 -mobileNumber: "07960460870" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166406 -passwordResetToken: null -hexColour: "#000000" } 49 => App\Entity\User {#1444 -id: 12 -email: "sean@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$VYL9oubLnmA5m4/MOxLmxuigqjGqFqrBfLtC8vMgKaZso8ypBqXXS" -name: "Sean Malee" -status: 1 -mobileNumber: "07922772188" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166112 -passwordResetToken: null -hexColour: "#e8773b" } 50 => App\Entity\User {#1445 -id: 62 -email: "simonclarke1966@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$ugXTNgLZDZV7FhacIKcxJ.9mrNhAfIVjouhrFfObaLrpi8DxTU3UK" -name: "Simon Clarke" -status: 1 -mobileNumber: "07411201210" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764107817 -passwordResetToken: null -hexColour: "#000000" } 51 => App\Entity\User {#1446 -id: 44 -email: "steve.watson10@icloud.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$7bSwvJE3MdFDW3NlSaOeAOySViI6dASEr1ySpt/B9G0jK7AWm257K" -name: "Steve Watson" -status: 1 -mobileNumber: "07368934281" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1755858097 -passwordResetToken: null -hexColour: "#000000" } 52 => App\Entity\User {#1447 -id: 45 -email: "Steven.warwick@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$w9bxCkhjYc/VRN8/ufhAY.o4uloop/AnkroteXpiq1pXtpG5m34WW" -name: "Steven Warwick" -status: 1 -mobileNumber: "07951087470" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764163991 -passwordResetToken: null -hexColour: "#733da9" } 53 => App\Entity\User {#1448 -id: 71 -email: "mobus2012@gmx.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$4KWa2JCOcUms4aUJAyxFd.USWBkFC0FHOMsu9iZw2LPPJcQKSaApO" -name: "Stuart Baldwin" -status: 1 -mobileNumber: "07899956031" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166699 -passwordResetToken: null -hexColour: "#000000" } 54 => App\Entity\User {#1449 -id: 27 -email: "susan@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$JROLshrK86i6mvEpw.xh4Oegla81xpM6WLWBslTPshMZg7V60PBDi" -name: "Susan Hobbs" -status: 1 -mobileNumber: "07751755890" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168338 -passwordResetToken: null -hexColour: "#0d0d0d" } 55 => App\Entity\User {#1450 -id: 86 -email: "Test@fieldtrainer.com" -roles: [ "ROLE_FIELD_TRAINER" ] -password: "$2y$04$Pfj3qSCIiEMqXXKtYIrupucbkyn2Eqbk0uILpwtnWaX8sIyZqLvK." -name: "Test Trainer" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780924589 -passwordResetToken: null -hexColour: "#000000" } 56 => App\Entity\User {#1451 -id: 61 -email: "Thomas@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$BhmwnvuT0mEpd0APZxkaa.Wj3lLX.ksg7.8ELU6yfnY.Y3KpyJ0GC" -name: "Thomas Marston" -status: 1 -mobileNumber: "07508727699" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168364 -passwordResetToken: null -hexColour: "#000000" } 57 => App\Entity\User {#1452 -id: 41 -email: "alfalusso166@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$rWUoc9icHWenASFFZMZkjehwJRvzzlg4qevH2ogE/iVO93nYsMImy" -name: "Thomas Wilson" -status: 1 -mobileNumber: "07880622613" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764165406 -passwordResetToken: null -hexColour: "#000000" } 58 => App\Entity\User {#1453 -id: 76 -email: "ecoheatscheme@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$qN7cKvq5X/NpTP5L0Dd1hOlK4n8lKmhAOvRrebXZtu2v5K2Plcz5i" -name: "Tim Kirkwood -M24" -status: 1 -mobileNumber: "07720847746" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763400102 -passwordResetToken: null -hexColour: "#000000" } 59 => App\Entity\User {#1454 -id: 84 -email: "viewer@seniorstairlifts.co.uk" -roles: [ "ROLE_VIEWER" ] -password: "$2y$04$WTAwWg2PL3w9Orx8KvPYuOGvDYjbUR7wfo1MQgh0VzqbMQ2WXksqe" -name: "viewer user" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780920483 -passwordResetToken: null -hexColour: "#000000" } 60 => App\Entity\User {#1455 -id: 19 -email: "asoijadios@aol.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$Q/t9jZsMUdkcGIX78Pxyb.jMel9JThSKQCEH865wr7ps407qTdd7i" -name: "Warranty Sale" -status: 1 -mobileNumber: "Warranty Sale" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } 61 => App\Entity\User {#1456 -id: 53 -email: "wilfred@haydnfine.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$jBAKCBPBeGNWGurjxc7qxudm2F7/yeIuprfzTcZ71Xdrnkiv.OWjy" -name: "Wilfred Fine" -status: 1 -mobileNumber: "07584237392" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1754329303 -passwordResetToken: null -hexColour: "#000000" } ] |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1123 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#746 …} -logger: Monolog\Logger {#543 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1154 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | "app.form.placeholder" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | false |
| required_for_job_completion | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1539 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $message: Closure() {#1538 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_job_filter_assignedUser" ] |
| cache_key | "_job_filter_assignedUser_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2803 +data: "Not assigned" +value: "0" +label: "Not assigned" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2802 +data: App\Entity\User {#779 -id: 18 -email: "sfgjnf@aol.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$vz6GJ56kvKYa6LxqIxrqa.wSENiP8cSyzrzkwky3DAFzHBaGZU.Iy" -name: "***No Answer Stage 1***" -status: 1 -mobileNumber: "N/As from Sat Not Sold - Day 4" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } +value: "1" +label: "***No Answer Stage 1***" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2804 +data: App\Entity\User {#792 -id: 8 -email: "contact@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "ineedresettingplease" -name: "***Office Diary***" -status: 1 -mobileNumber: "Daily office diary" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } +value: "2" +label: "***Office Diary***" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2805 +data: App\Entity\User {#843 -id: 11 -email: "sales@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "ineedresettingplease" -name: "***Sat Not Sold***" -status: 1 -mobileNumber: "Sat Not Sold" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } +value: "3" +label: "***Sat Not Sold***" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2806 +data: App\Entity\User {#840 -id: 67 -email: "aaron.waby@seniorstairlifts.co.uk" -roles: [ "ROLE_REMOVAL_ENGINEER" ] -password: "$2y$04$hastoHGBwCOn333J7wY0De70IY6ofBvbK30PufQHKOOnA1bShuLQe" -name: "Aaron Waby" -status: 1 -mobileNumber: "07709535509" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1770222829 -passwordResetToken: null -hexColour: "#178719" } +value: "4" +label: "Aaron Waby" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2807 +data: App\Entity\User {#799 -id: 59 -email: "adam.morley@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$sGXG37FP/Fc8w3754sbUquaEam4MNIvDJcah/PL9/Bu1sV/q9u43i" -name: "Adam Morley" -status: 1 -mobileNumber: "07940344845" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1779893738 -passwordResetToken: null -hexColour: "#000000" } +value: "5" +label: "Adam Morley" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2808 +data: App\Entity\User {#798 -id: 31 -email: "andrew@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" "ROLE_STAFF" ] -password: "$2y$13$EXQF8pn4WmqqHdXNkpzVmehmXrZuPwyOwJOMGLblYC.qy9BGNjBSi" -name: "Andrew Hehir" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1756474701 -passwordResetToken: null -hexColour: "#000000" } +value: "6" +label: "Andrew Hehir" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2809 +data: App\Entity\User {#800 -id: 10 -email: "carl@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$04$LWX98/YzF1M1ybUXDyt98.8ajWZ1wxkgIpGnWBH.i2.PBI0LarNcS" -name: "Carl Betambeau" -status: 1 -mobileNumber: "07955169225" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780574320 -passwordResetToken: "d6a16de268763e3ec2a3d5161d214331" -hexColour: "#14bb11" } +value: "7" +label: "Carl Betambeau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2810 +data: App\Entity\User {#837 -id: 32 -email: "carl.greenall@seniorstairlifts.co.uk" -roles: [ "ROLE_REMOVAL_ENGINEER" ] -password: "$2y$04$MQNfVEMxaLWVjNeGxUXn9.UDT0lyjeqeyDB.mQzlZA2fQLvf3mZcO" -name: "Carl Greenall" -status: 1 -mobileNumber: "07495406829" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780574029 -passwordResetToken: null -hexColour: "#a50351" } +value: "8" +label: "Carl Greenall" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2811 +data: App\Entity\User {#838 -id: 49 -email: "CHRISCOPPACK@HOTMAIL.COM" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$mPPQPL1D84ay3dYeY.wMbedBpU/niCZ22Zm8sV//oLpKZEDJNDn12" -name: "Chris Coppack" -status: 1 -mobileNumber: "07799363369" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1758439283 -passwordResetToken: null -hexColour: "#000000" } +value: "9" +label: "Chris Coppack" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2812 +data: App\Entity\User {#801 -id: 46 -email: "chris.marshall@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$04$6Ls3tAjXCBlpE7nZOdneiOTVFYetqBGL7Rw7w5BeKIxplJVUzRium" -name: "Chris Marshall" -status: 1 -mobileNumber: "07854996774" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1773743097 -passwordResetToken: null -hexColour: "#9c2626" } +value: "10" +label: "Chris Marshall" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2813 +data: App\Entity\User {#807 -id: 58 -email: "chris@effectiveskills.co.uk" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$04$DAbcYWfRqJpNgrFUA.CtNOUCRiJ0O7oMYaxz6UPz3o4egJJmTvNOa" -name: "Chris Taylor" -status: 1 -mobileNumber: "07801419069" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1779446440 -passwordResetToken: null -hexColour: "#000000" } +value: "11" +label: "Chris Taylor" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2814 +data: App\Entity\User {#808 -id: 72 -email: "chris.taylor@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$LYbg0WfJLrsuVDwvqWDynOfkVX2BEl7J/f4pJsncmFeo4X7Vw9hhu" -name: "Chris Taylor Office" -status: 1 -mobileNumber: "07506785328" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1773335288 -passwordResetToken: null -hexColour: "#000000" } +value: "12" +label: "Chris Taylor Office" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2815 +data: App\Entity\User {#831 -id: 79 -email: "craig.cflc@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$04$qj2SZ2C4loTaI/IkT5hUKuymZjsCGW0KK17PAG413JrJamv8vGcSe" -name: "Craig Clarke -NG" -status: 1 -mobileNumber: "07773424507" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1770165957 -passwordResetToken: null -hexColour: "#000000" } +value: "13" +label: "Craig Clarke -NG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2816 +data: App\Entity\User {#802 -id: 51 -email: "craigsharp426@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$ZJsjlAxE33ryYsqc6bIc9uA6e.9TylQU7tX8SLxOQaiEzuOB6SmKW" -name: "Craig Sharp" -status: 1 -mobileNumber: "07496233559" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1753173519 -passwordResetToken: null -hexColour: "#000000" } +value: "14" +label: "Craig Sharp" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2817 +data: App\Entity\User {#797 -id: 16 -email: "daniel@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$yrMhH9BnUqwnCy0Ntz.ncuB0Pc/XT91Gp9AWBv7gh6zIH2KA7WcZ." -name: "Daniel Maginn" -status: 1 -mobileNumber: "07565707162" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166946 -passwordResetToken: "1c3f3aa444efaf2642a2f2e0ba9b89ef" -hexColour: "#a69a1c" } +value: "15" +label: "Daniel Maginn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2818 +data: App\Entity\User {#836 -id: 21 -email: "darren@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$04$59s1ivNZcSdgPCxa.diz3OFClKxddH781a6aOwuWfk9pHw8AadRnC" -name: "Darren Beckwith" -status: 1 -mobileNumber: "07837839237" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780875115 -passwordResetToken: null -hexColour: "#e20303" } +value: "16" +label: "Darren Beckwith" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2819 +data: App\Entity\User {#809 -id: 35 -email: "Darrenhutchinson@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$TIoLxpcqOG9./BCEFAfoDOGEFR9bmxSjlTM2aN8JWN2wpVSx6sEh." -name: "Darren Hutchinson" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168258 -passwordResetToken: null -hexColour: "#000000" } +value: "17" +label: "Darren Hutchinson" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2820 +data: App\Entity\User {#803 -id: 63 -email: "douglas.healion@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$1HYWX3FUWFUA1FEZAmtCAuyvWfq2Vy04FyDmRhcA2tUimTpk8ngtS" -name: "Douglas Healion" -status: 1 -mobileNumber: "07375128414" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764139519 -passwordResetToken: null -hexColour: "#797d40" } +value: "18" +label: "Douglas Healion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2821 +data: App\Entity\User {#810 -id: 69 -email: "duncan.shellam@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$HbZg4Nh/OgxaiYInktezyeY/uR6DuGhpN.AS2DM4K1JGbdjawUDoy" -name: "Duncan Shellam" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763399691 -passwordResetToken: null -hexColour: "#000000" } +value: "19" +label: "Duncan Shellam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2822 +data: App\Entity\User {#1430 -id: 37 -email: "bedworth222@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$PeVaJGeQSZXYqe2gM641p.sdQByC1r0JWPOpayD5eCh.JnM6yX8mq" -name: "Eon Bedworth" -status: 1 -mobileNumber: "07494921525" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1757442088 -passwordResetToken: null -hexColour: "#000000" } +value: "20" +label: "Eon Bedworth" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2823 +data: App\Entity\User {#1425 -id: 57 -email: "Euan@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$SEz7XWlrCtCIKbZDBiwGJeZaHGoo7F.wJgfzaYarqjMrdxvKTh4US" -name: "Euan Manton" -status: 1 -mobileNumber: "07780837403" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1758026614 -passwordResetToken: null -hexColour: "#000000" } +value: "21" +label: "Euan Manton" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2824 +data: App\Entity\User {#785 -id: 75 -email: "georgeherbert94@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$BEUOHcg2.LnOa37oxfarfOpEbm.PezZTSVUp20e/yu.HXfAVzqidq" -name: "George Herbert -NN9" -status: 1 -mobileNumber: "07766025249" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763734239 -passwordResetToken: null -hexColour: "#000000" } +value: "22" +label: "George Herbert -NN9" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2825 +data: App\Entity\User {#777 -id: 70 -email: "glen@reaktphotobooths.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$mKe2LLMNjch7slzAL6jANO6aeLrhYNH/mOCF3RFMnSomXquttPUM2" -name: "Glen -DY5" -status: 1 -mobileNumber: "07504997170" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764163722 -passwordResetToken: null -hexColour: "#000000" } +value: "23" +label: "Glen -DY5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2826 +data: App\Entity\User {#782 -id: 60 -email: "jason.palmer@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$w4uecsxwZTHUP9JOrR9jbeZXENA6ed/IiskUYPVJjpLPHUbkJ5/4q" -name: "Jason Palmer" -status: 1 -mobileNumber: "07710822578" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764165543 -passwordResetToken: null -hexColour: "#1e0ff5" } +value: "24" +label: "Jason Palmer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2827 +data: App\Entity\User {#781 -id: 5 -email: "joe@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$rN5eYAqbfWJZClQXNPfdX.2KxS9WLB7mONq5O0EBEUZIre1bq6LyC" -name: "Joe Stevenson" -status: 1 -mobileNumber: "07780588370" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1773228005 -passwordResetToken: null -hexColour: "#000000" } +value: "25" +label: "Joe Stevenson" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2828 +data: App\Entity\User {#780 -id: 66 -email: "jordan.mitchell-marsh@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$/OCcU4Tu7GErINBV99pSS.N3RnASGbF4XIJXGDGawaM50EZ3Nvbfq" -name: "Jordan Mitchell-Marsh" -status: 1 -mobileNumber: "07739576014" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764157518 -passwordResetToken: null -hexColour: "#ba4040" } +value: "26" +label: "Jordan Mitchell-Marsh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2829 +data: App\Entity\User {#778 -id: 47 -email: "jordan.tiddy@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$CZZE6p/2F/e.sJcILfzuQeSGLaoMS5tR5VjRS178UqOqjClo6HC6." -name: "Jordan Tiddy" -status: 1 -mobileNumber: "07927405601" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764164192 -passwordResetToken: null -hexColour: "#49b5d0" } +value: "27" +label: "Jordan Tiddy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2830 +data: App\Entity\User {#1432 -id: 13 -email: "jordan@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$X8ngnEZ49oIpxih15AAJQeyYQ7IqrvlH1EjTBd.DWfe84WqoylcB6" -name: "Jordan Wilton" -status: 1 -mobileNumber: "07505905597" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168250 -passwordResetToken: null -hexColour: "#ee02f2" } +value: "28" +label: "Jordan Wilton" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2831 +data: App\Entity\User {#1431 -id: 65 -email: "kasey.mouatt@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$yK/jORiJ4RTXX74f1/0aEe3dGrZ66mA7BCmN/QHndXBhhExhXhtiy" -name: "Kasey Mouatt" -status: 1 -mobileNumber: "07777131780" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168326 -passwordResetToken: null -hexColour: "#000000" } +value: "29" +label: "Kasey Mouatt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2832 +data: App\Entity\User {#783 -id: 3 -email: "kieran@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$xzOshQ4elVbYn/MdBA6vvuGI9nguGB4Iyx1zzFRyqURMIgDSXcJIq" -name: "Kieran Harris" -status: 1 -mobileNumber: "07951391754" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764163420 -passwordResetToken: null -hexColour: "#000000" } +value: "30" +label: "Kieran Harris" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2833 +data: App\Entity\User {#1429 -id: 54 -email: "kimkeenbse@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$ieKwwHmwEzBrio806uvf7.ZIzwVByX85viDUoEOyDsSh9iDsCwHx6" -name: "Kim Keen" -status: 1 -mobileNumber: "07525065895" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166313 -passwordResetToken: null -hexColour: "#000000" } +value: "31" +label: "Kim Keen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2834 +data: App\Entity\User {#1423 -id: 56 -email: "lvsmagic@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$BMEIQan.KWUN1lZwtrqapeKeCEvWiXbQnfEtqAU20OP/TW7MoHQgS" -name: "Lee Spiteri" -status: 1 -mobileNumber: "07578513318" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1755276133 -passwordResetToken: null -hexColour: "#000000" } +value: "32" +label: "Lee Spiteri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2835 +data: App\Entity\User {#1428 -id: 17 -email: "lewis@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$PLR.By7.tH64BY4z3hji..3XpUDijAyWwvVehO357FJG92E.tFoxu" -name: "Lewis Robinson" -status: 1 -mobileNumber: "07411461667" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1770730934 -passwordResetToken: "033dd20d6626e41a903aa01f3f988c32" -hexColour: "#121211" } +value: "33" +label: "Lewis Robinson" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2836 +data: App\Entity\User {#1426 -id: 29 -email: "lianna@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$flu8/Z7XyrO3PKiqkWV8z.GTZVoDETBObaujPiRbO5a0RgUB9MPLO" -name: "Lianna Naylor" -status: 1 -mobileNumber: "07808081433" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1776858631 -passwordResetToken: null -hexColour: "#000000" } +value: "34" +label: "Lianna Naylor" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2837 +data: App\Entity\User {#1427 -id: 81 -email: "lindsay.martin@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$gx2dJt.9TzlKhwCUUezE4eRmt5LYhHhR88fyURYZLcew2uTCTEAIW" -name: "Lindsay Martin" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1772638405 -passwordResetToken: null -hexColour: "#000000" } +value: "35" +label: "Lindsay Martin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2838 +data: App\Entity\User {#1424 -id: 83 -email: "mackenzie.smith@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$zs1mTlQgB09K.PN94YNj6.2tMnA82QfnPplsqwI/jj96Y3zIVayyS" -name: "Mackenzie Smith" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1781015250 -passwordResetToken: "ca817a834e2d92749678108fe8c16c82" -hexColour: "#000000" } +value: "36" +label: "Mackenzie Smith" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2839 +data: App\Entity\User {#786 -id: 73 -email: "mike@transformationbykcs.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$eZHR4sPsqicbBE6gzESiTO4vj1BxYLPJKQy4uFkfVly9loHmr9X0y" -name: "Mike Keen - B30" -status: 1 -mobileNumber: "07711948361" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764160827 -passwordResetToken: null -hexColour: "#000000" } +value: "37" +label: "Mike Keen - B30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2840 +data: App\Entity\User {#784 -id: 78 -email: "davisnick963@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$MZhFnUN96CA4X9lmEwvHgeFYx9iUqFi2TJZg0mBOTtXSkTWwrwuO." -name: "Nick Davis -NG" -status: 1 -mobileNumber: "07376864219" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764010589 -passwordResetToken: null -hexColour: "#000000" } +value: "38" +label: "Nick Davis -NG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2841 +data: App\Entity\User {#787 -id: 30 -email: "accounts@novi.digital" -roles: [ "ROLE_STAFF" ] -password: "$2y$13$X8/6fJecf.uJvlnFNvQi.O60tH5LGgTY7GZ3m/t1eM0Zp6i/DlWsu" -name: "Novi" -status: 1 -mobileNumber: "07540422011" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1751015671 -passwordResetToken: null -hexColour: "#000000" } +value: "39" +label: "Novi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2842 +data: App\Entity\User {#1435 -id: 52 -email: "paul.marshall@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$YjrOmq.7LJnfvyCjTZd1Nefg/LafIWRRoTwxHkeEcfyu7adE2cZHa" -name: "Paul Marshall" -status: 1 -mobileNumber: "07872588340" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1758032932 -passwordResetToken: null -hexColour: "#000000" } +value: "40" +label: "Paul Marshall" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2843 +data: App\Entity\User {#1436 -id: 64 -email: "paul@pwca.co.uk" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$cs0sQdhB2UfHJ2uOJ6/OVeTA3RCzRQdQZeaytW2iaHXNlTEgO0BFq" -name: "Paul Witcomb" -status: 1 -mobileNumber: "07840249749" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763547218 -passwordResetToken: null -hexColour: "#000000" } +value: "41" +label: "Paul Witcomb" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2844 +data: App\Entity\User {#1437 -id: 50 -email: "pgboland@sky.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$1kN4SlxdH1ciyauMOiLmEO4f0Fp5wYmMz.UflktJeRkv3cUmcoP5m" -name: "Peter Boland" -status: 1 -mobileNumber: "07791191223" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1753422006 -passwordResetToken: null -hexColour: "#000000" } +value: "42" +label: "Peter Boland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2845 +data: App\Entity\User {#100 -id: 80 -email: "ray.dequito@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$D7.3.BoieBBcgjaXcx4UtOL0RdCCLvroU1xqlBRpsGjnskZB8idFm" -name: "ray dequito" -status: 1 -mobileNumber: "07436590162" -manageQuote: true -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: App\Enum\Entity\SalesDepartment {#279 …} -lastActivityTimestamp: 1781040806 -passwordResetToken: null -hexColour: "#000000" } +value: "43" +label: "ray dequito" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2846 +data: App\Entity\User {#1438 -id: 85 -email: "raytrainer@seniorstairlifts.co.uk" -roles: [ "ROLE_FIELD_TRAINER" ] -password: "$2y$04$SFaESyjC20eRXRJ4vAS91eXk3AOm0ioR0NPTwa71jzs72xv7p9SR2" -name: "Ray Trainer" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780927998 -passwordResetToken: null -hexColour: "#000000" } +value: "44" +label: "Ray Trainer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2847 +data: App\Entity\User {#1439 -id: 7 -email: "reece@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$Vuja18.alLiqV27U3ChkSu9czCabre0nM/yDRDbFn69dWTyK7PODG" -name: "Reece Joseph" -status: 1 -mobileNumber: "07432718677" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764165882 -passwordResetToken: null -hexColour: "#9f0ee1" } +value: "45" +label: "Reece Joseph" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2848 +data: App\Entity\User {#1440 -id: 77 -email: "textilemachine@aol.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$Cd8fTDcLNu05WkCI86zhU.d.P.e7.lUv.ZE8dqAaPaWy3JRdd3urS" -name: "Richard Lever -WD23" -status: 1 -mobileNumber: "07956627550" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764150375 -passwordResetToken: null -hexColour: "#000000" } +value: "46" +label: "Richard Lever -WD23" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2849 +data: App\Entity\User {#1441 -id: 68 -email: "ryanashton91@icloud.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$j8Gj36LpKz8PQX00eMPwb.oFJ6T25gGQmRnJXnVSbOUCJJTR.Sp8u" -name: "Ryan Ashton" -status: 1 -mobileNumber: "07395606999" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763723658 -passwordResetToken: null -hexColour: "#000000" } +value: "47" +label: "Ryan Ashton" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2850 +data: App\Entity\User {#1442 -id: 55 -email: "Samueljohngibbs@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$L5OpO5FSr6oA9q0zQdQAyOh0XdOXeEZoVdNXH4b1Sz.vHZnLlyJY." -name: "Sam Gibbs" -status: 1 -mobileNumber: "07860158451" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1755190119 -passwordResetToken: null -hexColour: "#000000" } +value: "48" +label: "Sam Gibbs" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2851 +data: App\Entity\User {#1443 -id: 74 -email: "seanlouram@yahoo.co.uk" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$cIOgcg0C9FdOPPw.1xECsuN9DHir83E84ZGBCFWm8V.Yj.Ydlb97e" -name: "Sean Louram -HD7" -status: 1 -mobileNumber: "07960460870" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166406 -passwordResetToken: null -hexColour: "#000000" } +value: "49" +label: "Sean Louram -HD7" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2852 +data: App\Entity\User {#1444 -id: 12 -email: "sean@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$VYL9oubLnmA5m4/MOxLmxuigqjGqFqrBfLtC8vMgKaZso8ypBqXXS" -name: "Sean Malee" -status: 1 -mobileNumber: "07922772188" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166112 -passwordResetToken: null -hexColour: "#e8773b" } +value: "50" +label: "Sean Malee" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2853 +data: App\Entity\User {#1445 -id: 62 -email: "simonclarke1966@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$ugXTNgLZDZV7FhacIKcxJ.9mrNhAfIVjouhrFfObaLrpi8DxTU3UK" -name: "Simon Clarke" -status: 1 -mobileNumber: "07411201210" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764107817 -passwordResetToken: null -hexColour: "#000000" } +value: "51" +label: "Simon Clarke" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2854 +data: App\Entity\User {#1446 -id: 44 -email: "steve.watson10@icloud.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$7bSwvJE3MdFDW3NlSaOeAOySViI6dASEr1ySpt/B9G0jK7AWm257K" -name: "Steve Watson" -status: 1 -mobileNumber: "07368934281" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1755858097 -passwordResetToken: null -hexColour: "#000000" } +value: "52" +label: "Steve Watson" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2855 +data: App\Entity\User {#1447 -id: 45 -email: "Steven.warwick@seniorstairlifts.co.uk" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$w9bxCkhjYc/VRN8/ufhAY.o4uloop/AnkroteXpiq1pXtpG5m34WW" -name: "Steven Warwick" -status: 1 -mobileNumber: "07951087470" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764163991 -passwordResetToken: null -hexColour: "#733da9" } +value: "53" +label: "Steven Warwick" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2856 +data: App\Entity\User {#1448 -id: 71 -email: "mobus2012@gmx.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$4KWa2JCOcUms4aUJAyxFd.USWBkFC0FHOMsu9iZw2LPPJcQKSaApO" -name: "Stuart Baldwin" -status: 1 -mobileNumber: "07899956031" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764166699 -passwordResetToken: null -hexColour: "#000000" } +value: "54" +label: "Stuart Baldwin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2857 +data: App\Entity\User {#1449 -id: 27 -email: "susan@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$JROLshrK86i6mvEpw.xh4Oegla81xpM6WLWBslTPshMZg7V60PBDi" -name: "Susan Hobbs" -status: 1 -mobileNumber: "07751755890" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168338 -passwordResetToken: null -hexColour: "#0d0d0d" } +value: "55" +label: "Susan Hobbs" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2858 +data: App\Entity\User {#1450 -id: 86 -email: "Test@fieldtrainer.com" -roles: [ "ROLE_FIELD_TRAINER" ] -password: "$2y$04$Pfj3qSCIiEMqXXKtYIrupucbkyn2Eqbk0uILpwtnWaX8sIyZqLvK." -name: "Test Trainer" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780924589 -passwordResetToken: null -hexColour: "#000000" } +value: "56" +label: "Test Trainer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2859 +data: App\Entity\User {#1451 -id: 61 -email: "Thomas@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$BhmwnvuT0mEpd0APZxkaa.Wj3lLX.ksg7.8ELU6yfnY.Y3KpyJ0GC" -name: "Thomas Marston" -status: 1 -mobileNumber: "07508727699" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168364 -passwordResetToken: null -hexColour: "#000000" } +value: "57" +label: "Thomas Marston" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2860 +data: App\Entity\User {#1452 -id: 41 -email: "alfalusso166@gmail.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$rWUoc9icHWenASFFZMZkjehwJRvzzlg4qevH2ogE/iVO93nYsMImy" -name: "Thomas Wilson" -status: 1 -mobileNumber: "07880622613" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764165406 -passwordResetToken: null -hexColour: "#000000" } +value: "58" +label: "Thomas Wilson" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2861 +data: App\Entity\User {#1453 -id: 76 -email: "ecoheatscheme@gmail.com" -roles: [ "ROLE_SURVEYOR" ] -password: "$2y$13$qN7cKvq5X/NpTP5L0Dd1hOlK4n8lKmhAOvRrebXZtu2v5K2Plcz5i" -name: "Tim Kirkwood -M24" -status: 1 -mobileNumber: "07720847746" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763400102 -passwordResetToken: null -hexColour: "#000000" } +value: "59" +label: "Tim Kirkwood -M24" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2862 +data: App\Entity\User {#1454 -id: 84 -email: "viewer@seniorstairlifts.co.uk" -roles: [ "ROLE_VIEWER" ] -password: "$2y$04$WTAwWg2PL3w9Orx8KvPYuOGvDYjbUR7wfo1MQgh0VzqbMQ2WXksqe" -name: "viewer user" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1780920483 -passwordResetToken: null -hexColour: "#000000" } +value: "60" +label: "viewer user" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2863 +data: App\Entity\User {#1455 -id: 19 -email: "asoijadios@aol.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$Q/t9jZsMUdkcGIX78Pxyb.jMel9JThSKQCEH865wr7ps407qTdd7i" -name: "Warranty Sale" -status: 1 -mobileNumber: "Warranty Sale" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: null -passwordResetToken: null -hexColour: "#000000" } +value: "61" +label: "Warranty Sale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2864 +data: App\Entity\User {#1456 -id: 53 -email: "wilfred@haydnfine.com" -roles: [ "ROLE_ENGINEER" ] -password: "$2y$13$jBAKCBPBeGNWGurjxc7qxudm2F7/yeIuprfzTcZ71Xdrnkiv.OWjy" -name: "Wilfred Fine" -status: 1 -mobileNumber: "07584237392" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1754329303 -passwordResetToken: null -hexColour: "#000000" } +value: "62" +label: "Wilfred Fine" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2801 -errors: [] -form: Symfony\Component\Form\Form {#1648 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2800 …5} |
| full_name | "job_filter[assignedUser]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "job_filter_assignedUser" |
| is_selected | Closure($choice, $value) {#2866 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "assignedUser" |
| placeholder | "app.form.placeholder" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_job_filter_assignedUser" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
stockStatus
Form type:
"Symfony\Component\Form\Extension\Core\Type\EnumType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "humanised" |
same as passed value |
| class | "App\Enum\Entity\JobStockStatus" |
same as passed value |
| placeholder | "app.form.placeholder" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "humanised" |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | Closure(?BackedEnum $choice): ?string {#1564 returnType: "?string" class: "Symfony\Component\Form\Extension\Core\Type\EnumType" } |
| choices | [ App\Enum\Entity\JobStockStatus {#1558 +name: "NEW" +value: "new" } App\Enum\Entity\JobStockStatus {#1559 +name: "SEEN" +value: "seen" } App\Enum\Entity\JobStockStatus {#1560 +name: "PICKED" +value: "picked" } App\Enum\Entity\JobStockStatus {#1561 +name: "SHIPPED" +value: "shipped" } App\Enum\Entity\JobStockStatus {#1562 +name: "REMOVED" +value: "removed" } App\Enum\Entity\JobStockStatus {#1563 +name: "RETURNED" +value: "returned" } ] |
| class | "App\Enum\Entity\JobStockStatus" |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1123 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#746 …} -logger: Monolog\Logger {#543 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1154 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | "app.form.placeholder" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | false |
| required_for_job_completion | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1557 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $message: Closure() {#1553 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "enum" "_job_filter_stockStatus" ] |
| cache_key | "_job_filter_stockStatus_enum" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2870 +data: App\Enum\Entity\JobStockStatus {#1558 +name: "NEW" +value: "new" } +value: "new" +label: "New" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2872 +data: App\Enum\Entity\JobStockStatus {#1559 +name: "SEEN" +value: "seen" } +value: "seen" +label: "Seen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2871 +data: App\Enum\Entity\JobStockStatus {#1560 +name: "PICKED" +value: "picked" } +value: "picked" +label: "Picked" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2874 +data: App\Enum\Entity\JobStockStatus {#1561 +name: "SHIPPED" +value: "shipped" } +value: "shipped" +label: "Shipped" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2875 +data: App\Enum\Entity\JobStockStatus {#1562 +name: "REMOVED" +value: "removed" } +value: "removed" +label: "Removed" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2876 +data: App\Enum\Entity\JobStockStatus {#1563 +name: "RETURNED" +value: "returned" } +value: "returned" +label: "Returned" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2865 -errors: [] -form: Symfony\Component\Form\Form {#1641 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2867 …5} |
| full_name | "job_filter[stockStatus]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "job_filter_stockStatus" |
| is_selected | Closure($choice, $value) {#2868 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "stockStatus" |
| placeholder | "app.form.placeholder" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_job_filter_stockStatus" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
status
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "app.entity.job.status.incomplete" => "incomplete" "app.entity.job.status.cancelled" => "cancelled" "app.entity.job.status.complete" => "complete" "app.entity.job.status.reviewed" => "reviewed" ] |
[ "app.entity.job.status.incomplete" => "incomplete" "app.entity.job.status.cancelled" => "cancelled" "app.entity.job.status.complete" => "complete" "app.entity.job.status.reviewed" => "reviewed" ] |
| placeholder | "app.form.placeholder" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "app.entity.job.status.incomplete" => "incomplete" "app.entity.job.status.cancelled" => "cancelled" "app.entity.job.status.complete" => "complete" "app.entity.job.status.reviewed" => "reviewed" ] |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1123 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#746 …} -logger: Monolog\Logger {#543 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1154 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | "app.form.placeholder" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | false |
| required_for_job_completion | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1574 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $message: Closure() {#1573 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_job_filter_status" ] |
| cache_key | "_job_filter_status_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2879 +data: "incomplete" +value: "incomplete" +label: "app.entity.job.status.incomplete" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2878 +data: "cancelled" +value: "cancelled" +label: "app.entity.job.status.cancelled" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2880 +data: "complete" +value: "complete" +label: "app.entity.job.status.complete" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2881 +data: "reviewed" +value: "reviewed" +label: "app.entity.job.status.reviewed" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2877 -errors: [] -form: Symfony\Component\Form\Form {#1638 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2869 …5} |
| full_name | "job_filter[status]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "job_filter_status" |
| is_selected | Closure($choice, $value) {#2883 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "status" |
| placeholder | "app.form.placeholder" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_job_filter_status" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
createdByUser
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| class | "App\Entity\User" |
same as passed value |
| placeholder | "app.form.placeholder" |
same as passed value |
| query_builder | Doctrine\ORM\QueryBuilder {#788 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1434 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#894 #from: "App\Entity\User" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#830 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ Doctrine\ORM\Query\Expr\Comparison {#898 #leftExpr: "u.roles" #operator: "NOT LIKE" #rightExpr: ":hidden" } Doctrine\ORM\Query\Expr\Comparison {#796 #leftExpr: "u.roles" #operator: "LIKE" #rightExpr: ":admin" } Doctrine\ORM\Query\Expr\Comparison {#793 #leftExpr: "u.status" #operator: "=" #rightExpr: ":enabled" } ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#776 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.name ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#905 …} -dql: "SELECT u FROM App\Entity\User u WHERE u.roles NOT LIKE :hidden AND u.roles LIKE :admin AND u.status = :enabled ORDER BY u.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#903 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#504 …11} } |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1593 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1594 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1662 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1602 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1598 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1599 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1637 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1600 …} } |
| choices | null |
| class | "App\Entity\User" |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1123 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#746 …} -logger: Monolog\Logger {#543 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1154 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#504 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1634 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#504 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#194 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | "app.form.placeholder" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#788 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1434 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#894 #from: "App\Entity\User" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#830 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ Doctrine\ORM\Query\Expr\Comparison {#898 #leftExpr: "u.roles" #operator: "NOT LIKE" #rightExpr: ":hidden" } Doctrine\ORM\Query\Expr\Comparison {#796 #leftExpr: "u.roles" #operator: "LIKE" #rightExpr: ":admin" } Doctrine\ORM\Query\Expr\Comparison {#793 #leftExpr: "u.status" #operator: "=" #rightExpr: ":enabled" } ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#776 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.name ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#905 …} -dql: "SELECT u FROM App\Entity\User u WHERE u.roles NOT LIKE :hidden AND u.roles LIKE :admin AND u.status = :enabled ORDER BY u.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#903 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#504 …11} } |
| required | false |
| required_for_job_completion | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1597 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $message: Closure() {#1595 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_job_filter_createdByUser" ] |
| cache_key | "_job_filter_createdByUser_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2887 +data: App\Entity\User {#799 -id: 59 -email: "adam.morley@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$sGXG37FP/Fc8w3754sbUquaEam4MNIvDJcah/PL9/Bu1sV/q9u43i" -name: "Adam Morley" -status: 1 -mobileNumber: "07940344845" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1779893738 -passwordResetToken: null -hexColour: "#000000" } +value: "59" +label: "Adam Morley" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2888 +data: App\Entity\User {#798 -id: 31 -email: "andrew@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" "ROLE_STAFF" ] -password: "$2y$13$EXQF8pn4WmqqHdXNkpzVmehmXrZuPwyOwJOMGLblYC.qy9BGNjBSi" -name: "Andrew Hehir" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1756474701 -passwordResetToken: null -hexColour: "#000000" } +value: "31" +label: "Andrew Hehir" +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2890 +data: App\Entity\User {#808 -id: 72 -email: "chris.taylor@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$LYbg0WfJLrsuVDwvqWDynOfkVX2BEl7J/f4pJsncmFeo4X7Vw9hhu" -name: "Chris Taylor Office" -status: 1 -mobileNumber: "07506785328" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1773335288 -passwordResetToken: null -hexColour: "#000000" } +value: "72" +label: "Chris Taylor Office" +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2893 +data: App\Entity\User {#809 -id: 35 -email: "Darrenhutchinson@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$TIoLxpcqOG9./BCEFAfoDOGEFR9bmxSjlTM2aN8JWN2wpVSx6sEh." -name: "Darren Hutchinson" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168258 -passwordResetToken: null -hexColour: "#000000" } +value: "35" +label: "Darren Hutchinson" +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2892 +data: App\Entity\User {#810 -id: 69 -email: "duncan.shellam@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$HbZg4Nh/OgxaiYInktezyeY/uR6DuGhpN.AS2DM4K1JGbdjawUDoy" -name: "Duncan Shellam" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1763399691 -passwordResetToken: null -hexColour: "#000000" } +value: "69" +label: "Duncan Shellam" +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2886 +data: App\Entity\User {#1425 -id: 57 -email: "Euan@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$SEz7XWlrCtCIKbZDBiwGJeZaHGoo7F.wJgfzaYarqjMrdxvKTh4US" -name: "Euan Manton" -status: 1 -mobileNumber: "07780837403" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1758026614 -passwordResetToken: null -hexColour: "#000000" } +value: "57" +label: "Euan Manton" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2906 +data: App\Entity\User {#781 -id: 5 -email: "joe@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$rN5eYAqbfWJZClQXNPfdX.2KxS9WLB7mONq5O0EBEUZIre1bq6LyC" -name: "Joe Stevenson" -status: 1 -mobileNumber: "07780588370" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1773228005 -passwordResetToken: null -hexColour: "#000000" } +value: "5" +label: "Joe Stevenson" +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2902 +data: App\Entity\User {#1431 -id: 65 -email: "kasey.mouatt@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$yK/jORiJ4RTXX74f1/0aEe3dGrZ66mA7BCmN/QHndXBhhExhXhtiy" -name: "Kasey Mouatt" -status: 1 -mobileNumber: "07777131780" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168326 -passwordResetToken: null -hexColour: "#000000" } +value: "65" +label: "Kasey Mouatt" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2897 +data: App\Entity\User {#783 -id: 3 -email: "kieran@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$xzOshQ4elVbYn/MdBA6vvuGI9nguGB4Iyx1zzFRyqURMIgDSXcJIq" -name: "Kieran Harris" -status: 1 -mobileNumber: "07951391754" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764163420 -passwordResetToken: null -hexColour: "#000000" } +value: "3" +label: "Kieran Harris" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2889 +data: App\Entity\User {#1428 -id: 17 -email: "lewis@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$PLR.By7.tH64BY4z3hji..3XpUDijAyWwvVehO357FJG92E.tFoxu" -name: "Lewis Robinson" -status: 1 -mobileNumber: "07411461667" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1770730934 -passwordResetToken: "033dd20d6626e41a903aa01f3f988c32" -hexColour: "#121211" } +value: "17" +label: "Lewis Robinson" +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2894 +data: App\Entity\User {#1426 -id: 29 -email: "lianna@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$flu8/Z7XyrO3PKiqkWV8z.GTZVoDETBObaujPiRbO5a0RgUB9MPLO" -name: "Lianna Naylor" -status: 1 -mobileNumber: "07808081433" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1776858631 -passwordResetToken: null -hexColour: "#000000" } +value: "29" +label: "Lianna Naylor" +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2896 +data: App\Entity\User {#1427 -id: 81 -email: "lindsay.martin@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$gx2dJt.9TzlKhwCUUezE4eRmt5LYhHhR88fyURYZLcew2uTCTEAIW" -name: "Lindsay Martin" -status: 1 -mobileNumber: null -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1772638405 -passwordResetToken: null -hexColour: "#000000" } +value: "81" +label: "Lindsay Martin" +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2899 +data: App\Entity\User {#1424 -id: 83 -email: "mackenzie.smith@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$zs1mTlQgB09K.PN94YNj6.2tMnA82QfnPplsqwI/jj96Y3zIVayyS" -name: "Mackenzie Smith" -status: 1 -mobileNumber: null -manageQuote: false -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1781015250 -passwordResetToken: "ca817a834e2d92749678108fe8c16c82" -hexColour: "#000000" } +value: "83" +label: "Mackenzie Smith" +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2895 +data: App\Entity\User {#1435 -id: 52 -email: "paul.marshall@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$YjrOmq.7LJnfvyCjTZd1Nefg/LafIWRRoTwxHkeEcfyu7adE2cZHa" -name: "Paul Marshall" -status: 1 -mobileNumber: "07872588340" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1758032932 -passwordResetToken: null -hexColour: "#000000" } +value: "52" +label: "Paul Marshall" +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2898 +data: App\Entity\User {#100 -id: 80 -email: "ray.dequito@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$04$D7.3.BoieBBcgjaXcx4UtOL0RdCCLvroU1xqlBRpsGjnskZB8idFm" -name: "ray dequito" -status: 1 -mobileNumber: "07436590162" -manageQuote: true -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: App\Enum\Entity\SalesDepartment {#279 …} -lastActivityTimestamp: 1781040806 -passwordResetToken: null -hexColour: "#000000" } +value: "80" +label: "ray dequito" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2907 +data: App\Entity\User {#1449 -id: 27 -email: "susan@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$JROLshrK86i6mvEpw.xh4Oegla81xpM6WLWBslTPshMZg7V60PBDi" -name: "Susan Hobbs" -status: 1 -mobileNumber: "07751755890" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168338 -passwordResetToken: null -hexColour: "#0d0d0d" } +value: "27" +label: "Susan Hobbs" +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2908 +data: App\Entity\User {#1451 -id: 61 -email: "Thomas@seniorstairlifts.co.uk" -roles: [ "ROLE_ADMIN" ] -password: "$2y$13$BhmwnvuT0mEpd0APZxkaa.Wj3lLX.ksg7.8ELU6yfnY.Y3KpyJ0GC" -name: "Thomas Marston" -status: 1 -mobileNumber: "07508727699" -manageQuote: null -manageFileDeletion: null -manageExport: null -manageExportLimited: null -salesDepartment: null -lastActivityTimestamp: 1764168364 -passwordResetToken: null -hexColour: "#000000" } +value: "61" +label: "Thomas Marston" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2884 -errors: [] -form: Symfony\Component\Form\Form {#1642 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2885 …5} |
| full_name | "job_filter[createdByUser]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "job_filter_createdByUser" |
| is_selected | Closure($choice, $value) {#2910 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "createdByUser" |
| placeholder | "app.form.placeholder" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_job_filter_createdByUser" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
bookedFor
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | Closure($value, $key): User|string {#1459 returnType: "App\Entity\User|string" class: "App\Form\Filter\JobFilterType" this: App\Form\Filter\JobFilterType {#979 …} } |
same as passed value |
| choices | [ "Not booked" => "Not booked" ] |
[ "Not booked" => "Not booked" ] |
| placeholder | "app.form.placeholder" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure($value, $key): User|string {#1459 returnType: "App\Entity\User|string" class: "App\Form\Filter\JobFilterType" this: App\Form\Filter\JobFilterType {#979 …} } |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Not booked" => "Not booked" ] |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1123 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#746 …} -logger: Monolog\Logger {#543 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1154 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | "app.form.placeholder" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | false |
| required_for_job_completion | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1626 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $message: Closure() {#1627 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_job_filter_bookedFor" ] |
| cache_key | "_job_filter_bookedFor_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2914 +data: "Not booked" +value: "Not booked" +label: "Not booked" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2911 -errors: [] -form: Symfony\Component\Form\Form {#1656 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2912 …5} |
| full_name | "job_filter[bookedFor]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "job_filter_bookedFor" |
| is_selected | Closure($choice, $value) {#2915 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "bookedFor" |
| placeholder | "app.form.placeholder" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_job_filter_bookedFor" |
| uses_autocomplete | false |
| valid | true |
| value | "" |