Support from Acquia helps fund testing for Drupal Acquia logo

Comments

er.garg.karan created an issue. See original summary.

Dave Reid’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
1.08 KB

Yes, you're right. It appears that node/add uses the form operation of 'default', while the node/{node}/edit route has a form operation of 'edit'. So let's just make this check both for default or edit, instead of conditionally just one.

Dave Reid’s picture

andralex’s picture

Status: Needs review » Reviewed & tested by the community

Tested and it works as expected with #4

alex_optim’s picture

For me too.

ilgnerfagundes’s picture

The patch was applied correctly.

voleger’s picture

Patch needs reroll

voleger’s picture

Assigned: Unassigned » voleger
Status: Reviewed & tested by the community » Needs work

I'll reroll it

The last submitted patch, 10: 3106767-10-test-only.patch, failed testing. View results

pifagor’s picture

Status: Needs review » Reviewed & tested by the community

  • pifagor committed b228b10 on 8.x-1.x authored by voleger
    Issue #3106767 by Dave Reid, voleger, ilgnerfagundes, er.garg.karan,...
pifagor’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Dave Reid’s picture

Status: Closed (fixed) » Needs review
FileSize
3.18 KB

Reopening for some additional test coverage I had intended to add.

Status: Needs review » Needs work

The last submitted patch, 16: 3106767-test-coverage.patch, failed testing. View results
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.

Dave Reid’s picture

Status: Needs work » Needs review
FileSize
4.32 KB

Ok so I needed to reset the entity access cache after saving a programmatic entity. And the form op for new users is 'register' so I added support for that.

  • Dave Reid committed b11aeaa on 8.x-1.x
    Issue #3106767 by Dave Reid: Fixed fields not visible on user register...
Dave Reid’s picture

Status: Needs review » Fixed

Committed #18 to 8.x-1.x. Glad to have increased test coverage around this.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.