Skip to content

Booking Appointments in other locations#658

Open
luxigo wants to merge 4 commits intoSergeyMosin:masterfrom
luxigo:issue#606
Open

Booking Appointments in other locations#658
luxigo wants to merge 4 commits intoSergeyMosin:masterfrom
luxigo:issue#606

Conversation

@luxigo
Copy link
Copy Markdown
Contributor

@luxigo luxigo commented Apr 12, 2026

Hello Sergey,

You've handled the complexity nicely for this app.

It was not as easy as it seemed to dig into it: with no debugger handy, logger->error(json_encode()) was my only friend in the nextcloud_aio_nextcloud container... :-)

For appointments in other locations, add a textarea in the extra fields with the "data-is_location" attribute set:

  {
    "tag": "textarea",
    "required": true,
    "label": "Location",
    "data-is_location": true
  },

I guess there is some work left for other use cases, but it seems it kinda fix #606 for me right now.

Regards,

Luc Deschenaux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Booking Appointments in other locations

1 participant