With JS disabled, I went to the rearrange fields page.
I clicked on the Ø button (I assume this removes the field).
I got taken to a 404 at "javascript%3Avoid()"

Comments

dawehner’s picture

Status: Active » Needs work

can you give more/detailed description what you did?

export the view , and your clickpath etc. THX

it works here quite well

dawehner’s picture

Status: Needs work » Postponed (maintainer needs more info)

Update status

joachim’s picture

Version: 6.x-2.3 » 6.x-2.7
Status: Postponed (maintainer needs more info) » Active

My clickpath is:

1. Go to admin/build/views/tools and disable javascript
2. Go to edit a view that has several fields
3. Click the up-down arrow icon. This takes me to admin/build/views/nojs/rearrange/MYVIEWNAME/default/field
4. Click one of the Ø buttons.
5. Result: I am at javascript%3Avoid() which is a 404.

Just tested these steps with 2.7

dawehner’s picture

I think currently noone thought of using this without js :)

merlinofchaos’s picture

Priority: Normal » Minor

Hmm, yeah.

I'm going to mark this as minor; each field has a dedicated remove button, so this is really the alternate UI for removing fields. It is possible it should simply not appear without javascript, since there is currently no serverside response for it, but I'll look into it. Or consider patches.

joachim’s picture

> it should simply not appear without javascript

I'd say that's a satisfactory solution.
I don't habitually use this without JS, but I stumbled on this while developing handlers. (Bugs in my code cause ajax errors with no explanation -- disabling JS at least gives me a PHP crash message ;)

dawehner’s picture

Hidding this link for non-js would be easy. The other issue would need some more effort.

iamjon’s picture

Category: bug » task

I've marked this as an unassigned task. If anyone would like to role up their sleeves and take it upon themselves to write a patch it would be awesome

mustanggb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)