Opened at 2011-08-24T22:51:53Z
Last modified at 2021-03-30T18:40:19Z
#1502 new defect
WUI: make type field more regular, and show SDMF vs MDMF — at Initial Version
Reported by: | davidsarah | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | soon |
Component: | code-frontend-web | Version: | 1.8.2 |
Keywords: | wui usability mdmf | Cc: | |
Launchpad Bug: |
Description
Current:
read/write | read-only | |
---|---|---|
immutable file | - | IMM |
SDMF file | SSK | SSK |
MDMF file | SSK | SSK |
immutable dir | - | DIR-IMM |
SDMF dir | DIR | DIR-RO |
MDMF dir | DIR | DIR-RO |
Proposed:
read/write | read-only | |
---|---|---|
immutable file | - | IMM |
SDMF file | SDMF | SDMF-RO |
MDMF file | MDMF | MDMF-RO |
immutable dir | - | DIR-IMM |
SDMF dir | DIR-SDMF | DIR-SDMF-RO |
MDMF dir | DIR-MDMF | DIR-MDMF-RO |
Note: See
TracTickets for help on using
tickets.