-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RESSUP-1356] Add Sort ID to Custom Attribute Document #1605
base: contrib
Are you sure you want to change the base?
Conversation
RESSUP-1356: Add Sort ID to Custom Attribute Document |
Custom Data Sort ID Field Functionality.docx |
@@ -24,7 +24,7 @@ | |||
import org.kuali.rice.kew.doctype.bo.DocumentType; | |||
|
|||
/** | |||
* | |||
* | |||
* This class bo of CustomAttributeDocument. | |||
*/ | |||
public class CustomAttributeDocument extends KcPersistableBusinessObjectBase implements MutableInactivatable, CustomAttributeDocumentContract { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should extend KraSortablePersistableBusinessObjectBase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Travis,
The changes have been pushed to RESSUP-1356.
Thanks,
Chao
From: Travis Schneeberger <[email protected]mailto:[email protected]>
Reply-To: kuali/kc <[email protected]mailto:[email protected]>
Date: Monday, March 14, 2016 1:24 PM
To: kuali/kc <[email protected]mailto:[email protected]>
Cc: Chao Yue <[email protected]mailto:[email protected]>
Subject: Re: [kc] [RESSUP-1356] Add Sort ID to Custom Attribute Document (#1605)
In coeus-impl/src/main/java/org/kuali/coeus/common/framework/custom/attr/CustomAttributeDocument.javahttps://github.com//pull/1605#discussion_r56039542:
@@ -24,7 +24,7 @@
import org.kuali.rice.kew.doctype.bo.DocumentType;/**
- This class bo of CustomAttributeDocument.
*/
public class CustomAttributeDocument extends KcPersistableBusinessObjectBase implements MutableInactivatable, CustomAttributeDocumentContract {
should extend KraSortablePersistableBusinessObjectBase
Reply to this email directly or view it on GitHubhttps://github.com//pull/1605/files#r56039542.
RESKC-1227: Multiple fixes for PHS398CoverPageSupplement 3.0.
…ase to KraSortablePersistableBusinessObjectBase
RESSUP-1356: Add Sort ID to Custom Attribute Document