putty
(putty)
Maio 5, 2026, 9:14pm
1
Estamos realizando uma pesquisa em nossa comunidade e estou encontrando esse erro ao tentar editar a pesquisa de outra pessoa. Consigo editar minha própria pesquisa sem problemas.
Para o contexto completo:
Criei o tópico e a pesquisa
Transferi a propriedade do tópico para ela/e
Estou tentando editar, mas recebo esse erro ao tentar enviar
Apenas por curiosidade, tentei excluir todas as traduções do tópico, mas não ajudou.
2 curtidas
sam
(Sam Saffron)
Maio 5, 2026, 11:07pm
2
Obrigado por nos avisar! @techAPJ vai dar uma olhada.
1 curtida
techAPJ
(Arpit Jalan)
Maio 6, 2026, 7:23am
4
Obrigado por relatar este bug @putty . Deve ser corrigido por meio deste commit:
committed 07:14AM - 06 May 26 UTC
* FIX: allow staff to edit surveys after post ownership transfer
The post valid… ator checked the post **owner** (`@post.user.staff?`)
instead of the user performing the edit. After ownership transfer to a
non-staff user, even staff editors were blocked, and they saw a raw
`Translation missing: en.survey.insufficient_rights_to_create` because
that key was missing from `server.en.yml`.
**Changes:**
- Validate `@post.acting_user` (falls back to `@post.user` on create).
- Add the missing `survey.insufficient_rights_to_create` translation.
- Add specs covering create permissions and edits across ownership
transfers.
* fix specs
1 curtida