Project

General

Profile

Actions

Bug #38372

closed

Cannot set "Workspace permissions: Edit Live (Online)" in Backend

Added by Gabriel Kaufmann / Typoworx NewMedia almost 12 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Workspaces
Target version:
Start date:
2012-06-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I cannot set "Workspace permissions: Edit Live (Online)" in Backend anymore neither for BE-Users nor for BE-Groups.

The enabled checkbox appears unchecked after trying to save the checked-state. There is no visible Error (checked also TYPO3-Log). There is no DB error showing up in the Installer-Tool (Database Analysis).

Editors cannot enter Live-Editing anymore, but some of them should be able to do so (bypass Workspace mode by directly doing tiny changes in Live-Mode in my case).

Is there any reason, why the Checkbox for "Edit Live (Online)" is kept on "false" after saving? There seems to be some TCE-Hook keeping it off or there is any bug in it.

Actions #1

Updated by Philipp Gampe almost 12 years ago

This is a result of the removal of the draft workspace.

The workspace_perms field is still set to 2.
Now if you check the field, the internal counter gets incremented to 3. However 3 is not a valid values and thus does not get saved.

I see three independent bugs:
  • an invalid value is not reported back to the user
  • the conversion of the checkmarks to the internal (hidden) field does not work as expected
  • an upgrade wizard failed to change all workspace_perms = 2 fields to 0 or 1.

To work around this, just change the field in the database directly.

Actions #2

Updated by Gabriel Kaufmann / Typoworx NewMedia over 11 years ago

Is there something new on this bug?

The problem is still present in current release and I don't think that a manual database-upgrade can be a permanent solution on this!

Actions #3

Updated by Stephen Bungert over 11 years ago

I would like this fixed too...

Actions #4

Updated by Michael Stucki over 10 years ago

  • Category changed from Bugs to Workspaces
Actions #5

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
  • Target version deleted (4.6)
Actions #6

Updated by Mathias Schreiber over 9 years ago

  • Target version set to 7.5
Actions #7

Updated by Riccardo De Contardi almost 9 years ago

  • Status changed from New to Closed
  • Is Regression set to No

I close this because I can't reproduce it and I think it has been fixed long time ago...

I also performed a test, with both usergroup and user:

when I change the status of the checkbox "Edit Live (Online)" and save the record, the new state (checked or
unchecked) remains saved, and the field in database (workspace_perms) changes accordingly

tested with 6.2.13 and 7 (latest master)

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF