Skip to content
Snippets Groups Projects

Post with categories

Closed Hannes Heine requested to merge pr919head into pr919base
1 unresolved thread

Created by: Tirokk

mattwr18 Authored by mattwr18 Merged


:cake: Pullrequest

Allow Post creation with Categories

Issues

Todo

  • None

Merge request reports

Closed by avatar (Jun 15, 2025 4:08am UTC)

Merge details

  • The changes were not merged into .

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
228 242 await wrapper.find('form').trigger('submit')
229 243 expect(mocks.$apollo.mutate).toHaveBeenCalledWith(expect.objectContaining(expectedParams))
230 244 })
245
246 it('supports updating categories', async () => {
  • Created by: Tirokk

    roschaefer Authored by roschaefer


    Outdated (history rewrite) - original diff


    @@ -228,6 +242,17 @@ describe('ContributionForm.vue', () => {
             await wrapper.find('form').trigger('submit')
             expect(mocks.$apollo.mutate).toHaveBeenCalledWith(expect.objectContaining(expectedParams))
           })
    +
    +      it('supports updateing categories', async () => {
    Suggested change
    246 it('supports updating categories', async () => {
    246 it('supports updating categories', async () => {
  • Please register or sign in to reply
  • Hannes Heine
    Hannes Heine @Elweyn started a thread on commit 677f657b
  • 331 331 "filterFollow": "Filter contributions from users I follow",
    332 332 "filterALL": "View all contributions",
    333 333 "success": "Saved!",
    334 "languageSelectLabel": "Language"
    334 "languageSelectLabel": "Language",
    335 "categories": {
    336 "infoSelectedNoOfMaxCategories": "{chosen} of {max} categories selected"
    • Created by: Tirokk

      roschaefer Authored by roschaefer


      Outdated (history rewrite) - original diff


      @@ -331,6 +331,9 @@
           "filterFollow": "Filter contributions from users I follow",
           "filterALL": "View all contributions",
           "success": "Saved!",
      -    "languageSelectLabel": "Language"
      +    "languageSelectLabel": "Language",
      +    "categories": {
      +      "infoSelectedNoOfMaxCategories": "{chosen} of {max} categories selected"

      Do you need German translations?

  • Created by: Mogge

    Review: Approved

  • Created by: Mogge

    Review: Approved

    Great that you start to feel confident to write cypher statements!

    Confidence

  • Please register or sign in to reply
    Loading