# The form data below was edited by norman_morse # Perforce Workshop Jobs # # Job: The job name. 'new' generates a sequenced job number. # Status: Job status; [open/closed/suspended]. Required # Project: The project this job is for. Required. # Severity: [A/B/C] (A is highest) Required. # ReportedBy The user who created the job. Can be changed. # ReportedDate: The date the job was created. Automatic. # ModifiedBy: The user who last modified this job. Automatic. # ModifiedDate: The date this job was last modified. Automatic. # OwnedBy: The owner, responsible for doing the job. Optional. # Description: Description of the job. Required. # DevNotes: Developer's comments. Optional. # Type: Type of job; [Bug/Feature]. Required. Job: job000175 Status: closed Project: perforce-software-p4connect Severity: B ReportedBy: vferguson ReportedDate: 2015/03/19 10:07:02 ModifiedBy: norman_morse ModifiedDate: 2015/07/17 18:06:17 OwnedBy: vferguson Description: When adding new files from within Unity, P4Connect disregards the existing p4 typemap. This creates problems with files that should be marked for exclusive checkout and can cause problems with corrupt prefabs when they are submitted as text but contain binary data (P4 strips "newlines" from them). DevNotes: Type: Bug