ganncamp
(G Ann Campbell)
Novembro 7, 2023, 7:41pm
1
Minha pesquisa retorna pelo menos alguns tópicos sobre a exclusão - ou não - de tags. Eles são antigos e parecem ter sido resolvidos.
E… parece que este é um recurso frágil? Porque parece que está quebrado novamente, pelo menos no meu site:
(Outros conseguem ver o vídeo? Infelizmente, é apenas uma caixa preta para mim. O navegador “seguro” da minha empresa ataca novamente, temo.)
1 curtida
Você pode verificar se há algum detalhe no console do navegador ao clicar no botão?
Parece que o modal não abre.
Sim, não há problema. Você vê uma caixa preta sem botão de play?
1 curtida
ganncamp
(G Ann Campbell)
Novembro 7, 2023, 8:05pm
3
Hmm… era apenas uma caixa preta na janela de pré-visualização da postagem, mas agora recebo um botão de play (que funciona!)
E sim, boa observação. Há um erro de JS:
tag-info.js:146 Uncaught TypeError: this.get is not a function
at Object.deleteTag (tag-info.js:146:14)
at $._run (index.ts:665:23)
at $._join (index.ts:640:19)
at $.join (index.ts:362:17)
at p (index.js:156:1)
at index.js:707:1
at e.flaggedInstrument (index.js:126:1)
at index.js:706:1
at index.js:665:1
at d._triggerAction (d-button.js:117:25)
at d.click (d-button.js:87:21)
deleteTag @ tag-info.js:146
$._run @ index.ts:665
$._join @ index.ts:640
$.join @ index.ts:362
p @ index.js:156
(anonymous) @ index.js:707
e.flaggedInstrument @ index.js:126
(anonymous) @ index.js:706
(anonymous) @ index.js:665
_triggerAction @ d-button.js:117
click @ d-button.js:87
1 curtida
Efeitos colaterais de
committed 10:39AM - 06 Nov 23 UTC
The motivation of this PR is to remove our dependence on Ember's 'named outlets'… , which are removed in Ember 4+.
At a high-level, the changes can be summarized as:
- The top-level `discovery` route is totally emptied of all logic. The HTML structure of the template is moved into the `<Discovery::Layout />` component for use by child routes.
- `AbstractTopicRoute` and `AbstractCategoryRoute` routes now both lean on the `DiscoverySortableController` and associated template. This controller is where most of the logic from the old top-level `discovery` controller has ended up.
- All navigation controllers/templates have been replaced with components. `navigation/categories`, `navigation/category` and `navigation/default` were very similar, and so they've all been combined into `<Navigation::Default>`. `navigation/filter` gets its own component.
- The `discovery/topics` controller/template have been moved into a new `<Discovery::Topics>` component.
Various other parts of the app have been tweaked to support these changes, but I've tried to keep that to a minimum.
Anything from `<TopicList>` down is untouched, which should hopefully mean that a large proportion of topic-list-customizing themes are unaffected.
For more information, see https://meta.discourse.org/t/282816
E corrigido aqui
committed 11:56AM - 07 Nov 23 UTC
https://github.com/discourse/discourse/pull/22622 accidentally introduced an `@a… ction` decorator inside the actions hash, which does not work. This commit modernizes the component by removing the actions hash altogether.
Você deve atualizar o Discourse para corrigir este problema!
3 curtidas
system
(system)
Fechado
Dezembro 7, 2023, 8:58pm
11
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.