Skip to content

Manual date input expects wrong format #21

Closed
@jowi24

Description

@jowi24

Steps to reproduce

  1. Login NC user that has german language active
  2. Create task
  3. Click into the task begin or task end date input field. "dd.mm.yyyy" is shown.
  4. Enter, e.g., "01.03.2017" for March 1st 2017

Expected behaviour

Input of dd.mm.yyy formatted date should be possible, as indicated in step (3).

Actual behaviour

It is only possible to enter the date in form of "03/01/2017" and press Enter. After this, the date is transformed to "01.03.2017". However, this is not intuitive.

Server configuration

Operating system:
Arch Linux
Web server:
Nginx
Database:
Mysql
PHP version:
7.0
ownCloud version: (see ownCloud admin page)
10.0.1
Tasks version: (see ownCloud apps page)
0.9.3
Updated from an older ownCloud or fresh install:
Update from 10.0
Signing status (ownCloud 9.0 and above):

No errors have been found.

List of activated apps:

Enabled:
  - activity: 2.3.2
  - admin_audit: 1.0.0
  - bookmarks: 0.9.0
  - calendar: true
  - comments: 1.0.0
  - contacts: 1.5.1
  - dav: 1.0.1
  - external: true
  - federatedfilesharing: 1.0.1
  - federation: 1.0.1
  - files: 1.5.2
  - files_external: 1.0.2
  - files_pdfviewer: 0.8.1
  - files_sharing: 1.0.0
  - files_texteditor: 2.1
  - files_trashbin: 1.0.0
  - files_versions: 1.3.0
  - files_videoplayer: 0.9.8
  - firstrunwizard: 1.1
  - gallery: 15.0.0
  - notifications: 0.3.0
  - password_policy: 1.0.0
  - provisioning_api: 1.0.0
  - serverinfo: 1.1.1
  - survey_client: 0.1.5
  - systemtags: 1.0.2
  - tasks: true
  - templateeditor: 0.1
  - theming: 1.0.1
  - updatenotification: 1.0.1
  - workflowengine: 1.0.1
Disabled:
  - encryption
  - files_accesscontrol
  - files_automatedtagging
  - files_retention
  - twofactor_totp
  - user_external
  - user_ldap
  - user_saml

The content of config/config.php:


    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "datadirectory": "\/srv\/http\/data\/",
        "dbtype": "mysql",
        "version": "9.1.1.5",
        "dbname": "nextcloud",
        "dbhost": "localhost",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "logtimezone": "UTC",
        "installed": true,
        "logfile": "\/var\/log\/nginx\/nextcloud.log",
        "loglevel": 2,
        "theme": "",
        "maintenance": false,
        "skeletondirectory": "",
        "appstore.experimental.enabled": true
    }
}

Are you using external storage, if yes which one: local/smb/sftp/...
no
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no

Client configuration

Browser:
Chrome
Operating system:
Windows 7
CalDAV-clients:
n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions