Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Cannot update button mapping to activity (made available by an integration) #394

Closed
1 task done
Albatross7591 opened this issue Jul 3, 2024 · 2 comments
Closed
1 task done
Labels
bug Something isn't working core Core related issue integration Integration driver related issue

Comments

@Albatross7591
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description

Could be related with an other bug: https://github.com/unfoldedcircle/feature-and-bug-tracker/issues/392

After selecting activities during integration setup, the integration can not assign a button mapping (error 'Not available')

How to Reproduce

  1. Create integration
  2. During setup integration respond on 'get_available_entities' with one (or more) entities of type 'activity'
  3. Select that specific entity
  4. try to update button mapping (via RESTAPI activities/{activityId}/buttons/{button.Button} ): response will 'Not available'

Workaround for this bug:
Call RESTAPI 'DELETE /activities/{entityId}/buttons' on a new activity will reset button mapping and a new button mapping can be added to the activity

Expected behavior

Assigning a button mapping to an activity without resetting the button mapping on a new activity

System version

v1.7.14

What part of the system affected by the problem?

Core, Integration

Additional context

No response

@Albatross7591 Albatross7591 added the bug Something isn't working label Jul 3, 2024
@github-actions github-actions bot added core Core related issue integration Integration driver related issue labels Jul 3, 2024
@Albatross7591 Albatross7591 changed the title [bug] Cannot add button mapping to activity (made available by an integration) [bug] Cannot update button mapping to activity (made available by an integration) Jul 3, 2024
@zehnm
Copy link

zehnm commented Jul 4, 2024

See #392 (comment)

@Albatross7591
Copy link
Author

closed: activities should not be made available as entities (see #392)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Core related issue integration Integration driver related issue
Projects
Status: Done
Development

No branches or pull requests

2 participants